We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df5951 commit 44360abCopy full SHA for 44360ab
scripts/publish-macosx.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
-VERSION=`date "+%Y.%m.%d"`
4
-#VERSION=2011.12
+#VERSION=`date "+%Y.%m.%d"`
+VERSION=2011.12
5
6
# Turn off ccache, just for safety
7
PATH=${PATH//\/opt\/local\/libexec\/ccache:}
scripts/release-linux.sh
@@ -1,8 +1,8 @@
#!/bin/bash
# WARNING: This script might only work with the authors setup...
set -ex
8
0 commit comments