diff --git a/unbox.sh b/unbox.sh index 92b84d3..935be37 100755 --- a/unbox.sh +++ b/unbox.sh @@ -103,7 +103,7 @@ function unbox_inner_stage(){ exit 0 } -cd $(dirname $0) +cd $(dirname $(realpath $0)) if [[ $# -ge 1 ]]; then CMD=$1 shift