mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Revert "fix "dirname: missing operand" bug from setup.sh"
This reverts commit 34c460b451
.
This commit is contained in:
parent
e757ed1162
commit
3601cc54ab
2
setup.sh
2
setup.sh
@ -7,7 +7,7 @@
|
|||||||
echo "Executing Wally setup.sh"
|
echo "Executing Wally setup.sh"
|
||||||
|
|
||||||
# Path to Wally repository
|
# Path to Wally repository
|
||||||
WALLY=$(dirname $0)
|
WALLY=$(dirname ${BASH_SOURCE})
|
||||||
export WALLY=$(cd "$WALLY" && pwd)
|
export WALLY=$(cd "$WALLY" && pwd)
|
||||||
echo \$WALLY set to ${WALLY}
|
echo \$WALLY set to ${WALLY}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user