From 8b47b81a874d4466ec875e7435ef31dfd0c9f880 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 20 Nov 2014 05:18:14 -0500 Subject: [PATCH] Fix update script so it will work when run in a path with spaces --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 5242e2b..1edeaf0 100755 --- a/update +++ b/update @@ -11,7 +11,7 @@ # # ############################################################## -cd $(dirname "$0") +cd "$(dirname $0)" ### BEGIN: VARIABLES ### # user variables (these can be edited)