We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4c9e1a + 867ee49 commit 90eabe2Copy full SHA for 90eabe2
CloverPackage/makeV2
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
#
3
# alternate build for CloverV2
4
+export LC_ALL=C
5
6
cd "$(dirname $([ -L $0 ] && readlink $0 || echo $0))"
7
ROOT="$PWD"
@@ -11,7 +12,7 @@ REVISION=$(git describe --tags "$(git rev-list --tags --max-count=1)")
11
12
zip -qr CloverV2-${REVISION}.zip CloverV2 -x "*/.DS_Store" "*/.empty"
13
mv CloverV2-${REVISION}.zip $SYMROOT
14
-open sym
15
+open "$SYMROOT"
16
17
exit 0
18
0 commit comments