Use $0 to get execution path
$_ is "The last argument of the previous command." (cf. man zshparam) on zsh, so SRC will be "]".
This commit is contained in:
Родитель
3bea227bf9
Коммит
3bf41eba42
|
@ -17,7 +17,7 @@
|
|||
|
||||
SRC="$BASH_SOURCE"
|
||||
if [ "$SRC" = "" ]; then
|
||||
SRC="$_"
|
||||
SRC="$0"
|
||||
fi
|
||||
pushd `dirname "$SRC"` > /dev/null
|
||||
unset SRC
|
||||
|
|
Загрузка…
Ссылка в новой задаче