X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/8a99d1b9f5980676c7b7cd818d646f0c8ef43a6f..16d76e865937e900b4649c18cf1189ddf76ca1bf:/scripts/application.sh diff --git a/scripts/application.sh b/scripts/application.sh index f3da0b7..d97fef1 100755 --- a/scripts/application.sh +++ b/scripts/application.sh @@ -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"