From 70ddc98d1915752b4942ce2c1398a15474277faf Mon Sep 17 00:00:00 2001 From: bbracker Date: Sun, 6 Mar 2022 12:48:53 -0800 Subject: [PATCH] Revert "fix "dirname: missing operand" bug from setup.sh" This reverts commit 60cbd1c9c13cedbdbf635b41a7745f98d726a01d. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index de048ed6..925d87e8 100755 --- a/setup.sh +++ b/setup.sh @@ -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}