From 9fc73e62636d76ce61749b4cbb978c1b2118ac0e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 28 Mar 2018 11:45:51 +0200 Subject: [PATCH] Remove wrong comment and fix identation --- Install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Install b/Install index 2df9861..9e6056f 100755 --- a/Install +++ b/Install @@ -1,5 +1,4 @@ #!/bin/bash - # Copying files ROOT_UID=0 DEST_DIR= @@ -14,7 +13,7 @@ fi repodir=$(cd $(dirname $0) && pwd) srcdir=${repodir}/src - rm -rf $DEST_DIR/Sierra* +rm -rf $DEST_DIR/Sierra* # Copying files for compact in '' '-compact' ; do