]> jfr.im git - solanum.git/commitdiff
makerelease: fix DATECODE output
authorWilliam Pitcock <redacted>
Sat, 14 May 2016 22:28:49 +0000 (17:28 -0500)
committerWilliam Pitcock <redacted>
Sat, 14 May 2016 22:28:49 +0000 (17:28 -0500)
scripts/application.sh

index a04ec371df72a03c77dd6ff5a36c74dfef8ad606..69b158aba708b12038534fc8a4133503b9d68f51 100755 (executable)
@@ -32,5 +32,5 @@ echo "[charybdis] Generating include/serno.h for tip $MYTIP."
 cat << _EOF_ > include/serno.h
 /* Generated automatically by makepackage. Any changes made here will be lost. */
 #define SERNO "$SERNO"
-#define DATECODE "$DATECODE"
+#define DATECODE ${DATECODE}UL
 _EOF_