resolve zsh if symlink - bugfix
This commit is contained in:
parent
9eb548c3b7
commit
80961471f9
1 changed files with 1 additions and 1 deletions
2
unbox.sh
2
unbox.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
source $(dirname $0)/utils.sh
|
source $(dirname $(realpath $0))/utils.sh
|
||||||
|
|
||||||
function unbox_outer_stage(){
|
function unbox_outer_stage(){
|
||||||
echo "-----------FIRST STAGE-----------"
|
echo "-----------FIRST STAGE-----------"
|
||||||
|
|
Loading…
Reference in a new issue