aboutsummaryrefslogtreecommitdiff
path: root/bin/beeline
diff options
context:
space:
mode:
Diffstat (limited to 'bin/beeline')
-rwxr-xr-xbin/beeline2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/beeline b/bin/beeline
index 1bda4dba50..3fcb6df343 100755
--- a/bin/beeline
+++ b/bin/beeline
@@ -24,7 +24,7 @@
set -o posix
# Figure out where Spark is installed
-FWDIR="$(cd `dirname $0`/..; pwd)"
+FWDIR="$(cd "`dirname "$0"`"/..; pwd)"
CLASS="org.apache.hive.beeline.BeeLine"
exec "$FWDIR/bin/spark-class" $CLASS "$@"