diff --git a/CloverPackage/makeV2 b/CloverPackage/makeV2 index a07478e08..ac4a8eb56 100755 --- a/CloverPackage/makeV2 +++ b/CloverPackage/makeV2 @@ -1,6 +1,7 @@ #!/bin/bash # # alternate build for CloverV2 +export LC_ALL=C cd "$(dirname $([ -L $0 ] && readlink $0 || echo $0))" ROOT="$PWD" @@ -11,7 +12,7 @@ REVISION=$(git describe --tags "$(git rev-list --tags --max-count=1)") zip -qr CloverV2-${REVISION}.zip CloverV2 -x "*/.DS_Store" "*/.empty" mv CloverV2-${REVISION}.zip $SYMROOT -open sym +open "$SYMROOT" exit 0