resolve zsh if symlink
This commit is contained in:
parent
deb2c57e5a
commit
9eb548c3b7
1 changed files with 1 additions and 1 deletions
2
unbox.sh
2
unbox.sh
|
@ -103,7 +103,7 @@ function unbox_inner_stage(){
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
cd $(dirname $0)
|
cd $(dirname $(realpath $0))
|
||||||
if [[ $# -ge 1 ]]; then
|
if [[ $# -ge 1 ]]; then
|
||||||
CMD=$1
|
CMD=$1
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Reference in a new issue