]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - scripts/application.sh
Clang warning fixes part 2 of 2.
[irc/rqf/shadowircd.git] / scripts / application.sh
index f3da0b7dd9add65534273fe608ff0aea88eaa1de..d97fef17043ba2c8e1a13e7dc40e561ca019037d 100755 (executable)
@@ -25,8 +25,8 @@ if [ "x$TIP" = "x" ]; then
 fi
 
 # Charybdis wants the hg tip to be in include/serno.h, in its own format.
-MYTIP=`hg parents --template '#date|shortdate#_#node|short#' 2>/dev/null | sed -e s/-//g -e s/_/-/`
-echo "[atheme-services] Generating include/serno.h for tip $MYTIP."
+MYTIP=`hg parents --template '{date|shortdate}_{node|short}' 2>/dev/null | sed -e s/-//g -e s/_/-/`
+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 "$MYTIP"