Merge pull request #7 from jubalh/master

Remove wrong comment and fix identation
This commit is contained in:
Vince 2018-03-28 19:26:50 +08:00 committed by GitHub
commit 6327db9499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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