diff --git a/scripts/install b/scripts/install index 157ecb2..095025b 100644 --- a/scripts/install +++ b/scripts/install @@ -11,7 +11,7 @@ exit 1 fi # Remove trailing "/" for next commands -if [ ! $path -lt 2 ]; then +if [ !$path = "/" ]; then path=${path%/} fi