We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809c785 commit 32a0370Copy full SHA for 32a0370
sbin/spark-config.sh
@@ -20,7 +20,7 @@
20
# also should not be passed any arguments, since we need original $*
21
22
# resolve links - $0 may be a softlink
23
-this="${BASH_SOURCE-$0}"
+this="${BASH_SOURCE:-$0}"
24
common_bin="$(cd -P -- "$(dirname -- "$this")" && pwd -P)"
25
script="$(basename -- "$this")"
26
this="$common_bin/$script"
0 commit comments