Revert "fix "dirname: missing operand" bug from setup.sh"

This reverts commit 60cbd1c9c1.
This commit is contained in:
bbracker 2022-03-06 12:48:53 -08:00
parent db3b253ac1
commit 70ddc98d19

View File

@ -7,7 +7,7 @@
echo "Executing Wally setup.sh"
# Path to Wally repository
WALLY=$(dirname $0)
WALLY=$(dirname ${BASH_SOURCE})
export WALLY=$(cd "$WALLY" && pwd)
echo \$WALLY set to ${WALLY}