From c23d9d8d8a2f863d51a57e882fb1f4b3ff511fd0 Mon Sep 17 00:00:00 2001 From: titoko Date: Fri, 29 Nov 2013 19:28:26 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 095025b..227b349 100644 --- a/scripts/install +++ b/scripts/install @@ -11,7 +11,7 @@ exit 1 fi # Remove trailing "/" for next commands -if [ !$path = "/" ]; then +if [ $path != "/" ]; then path=${path%/} fi