From 70868f6e21356f91139e6a31c32f6b6554d5493f Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Tue, 29 Nov 2016 20:25:40 -0800 Subject: [PATCH] Quoting is hard --- extras/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/installer.sh b/extras/installer.sh index aa577f5..66c66e4 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -324,7 +324,7 @@ if [ -f ~/.plexupdate ]; then fi if [ -f "$(dirname "$0")/../plexupdate.sh" -a -d "$(dirname "$0")/../.git" ]; then - FULL_PATH="$(readlink -f $(dirname "$0")/../)" + FULL_PATH="$(readlink -f "$(dirname "$0")/../")" echo echo "Found plexupdate.sh in '$FULL_PATH', using that as your install path" else