summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate_SDK.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_SDK.zsh b/update_SDK.zsh
index 1ecf743a9178..9ddc4a8f88a0 100755
--- a/update_SDK.zsh
+++ b/update_SDK.zsh
@@ -30,4 +30,4 @@ function main(){
fi
}
-main $@
+cd $0:A:h && main $@