From 8fec074dfb036df330e019205d583cc9ef3a7eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 23 Oct 2022 05:15:30 +0100 Subject: [PATCH] Escape $ sign --- Scripts/install-uvtools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install-uvtools.sh b/Scripts/install-uvtools.sh index e495bf8..4816e00 100644 --- a/Scripts/install-uvtools.sh +++ b/Scripts/install-uvtools.sh @@ -60,7 +60,7 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then run_script="$HOME/Desktop/run-uvtools" echo "#!/bin/bash -cd \"$(dirname \"$0\")\" +cd \"$(dirname \"\$0\")\" if [ -f \"$appPath/Contents/MacOS/UVtools.sh\" ]; then bash \"$appPath/Contents/MacOS/UVtools.sh\" & elif [ -f \"UVtools.app/Contents/MacOS/UVtools.sh\" ]; then