From 80961471f992c180c2c7a7beeee5e3f05132910a Mon Sep 17 00:00:00 2001 From: jedi Date: Sun, 27 Mar 2022 06:18:33 +0200 Subject: [PATCH] resolve zsh if symlink - bugfix --- unbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbox.sh b/unbox.sh index 935be37..afd735f 100755 --- a/unbox.sh +++ b/unbox.sh @@ -1,7 +1,7 @@ #!/bin/bash -source $(dirname $0)/utils.sh +source $(dirname $(realpath $0))/utils.sh function unbox_outer_stage(){ echo "-----------FIRST STAGE-----------"