Skip to content

Commit 867ee49

Browse files
committed
Improved makeV2
Add export LC_ALL=C open sym replaced to open "$SYMROOT"
1 parent e4c9e1a commit 867ee49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CloverPackage/makeV2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
#
33
# alternate build for CloverV2
4+
export LC_ALL=C
45

56
cd "$(dirname $([ -L $0 ] && readlink $0 || echo $0))"
67
ROOT="$PWD"
@@ -11,7 +12,7 @@ REVISION=$(git describe --tags "$(git rev-list --tags --max-count=1)")
1112
zip -qr CloverV2-${REVISION}.zip CloverV2 -x "*/.DS_Store" "*/.empty"
1213
mv CloverV2-${REVISION}.zip $SYMROOT
1314

14-
open sym
15+
open "$SYMROOT"
1516

1617
exit 0
1718

0 commit comments

Comments
 (0)