From 3601cc54abf821b2db6e9f434129ed6f00bcacbd 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 34c460b451eabb71333c1e129505bcaa83dd365b. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index de048ed60..925d87e83 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}