aboutsummaryrefslogtreecommitdiff
path: root/sbin/stop-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/stop-all.sh')
-rwxr-xr-xsbin/stop-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/stop-all.sh b/sbin/stop-all.sh
index 60b358d374..298c6a9859 100755
--- a/sbin/stop-all.sh
+++ b/sbin/stop-all.sh
@@ -21,8 +21,8 @@
# Run this on the master nde
-sbin=`dirname "$0"`
-sbin=`cd "$sbin"; pwd`
+sbin="`dirname "$0"`"
+sbin="`cd "$sbin"; pwd`"
# Load the Spark configuration
. "$sbin/spark-config.sh"