aboutsummaryrefslogtreecommitdiff
path: root/sbin/stop-slaves.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/stop-slaves.sh')
-rwxr-xr-xsbin/stop-slaves.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/stop-slaves.sh b/sbin/stop-slaves.sh
index c6b0b6ab66..eb803b4900 100755
--- a/sbin/stop-slaves.sh
+++ b/sbin/stop-slaves.sh
@@ -17,8 +17,8 @@
# limitations under the License.
#
-bin=`dirname "$0"`
-bin=`cd "$sbin"; pwd`
+sbin=`dirname "$0"`
+sbin=`cd "$sbin"; pwd`
. "$sbin/spark-config.sh"