]> jfr.im git - irc/quakenet/newserv.git/blobdiff - build.mk.in
CHANSERV: alter NEWPASS help so it says that passwords are truncated
[irc/quakenet/newserv.git] / build.mk.in
index dc18a8a56212fd3113b0672f5df37eb9d29bcfe8..33598acf08f01d4d92017c1d53c2f8475d0edbb9 100644 (file)
@@ -50,7 +50,7 @@ HOOK_ENGINE=old
 @endif@
 
 @ifndef@ BUILDID
-BUILDID @shell@ (hg id || echo "unknown") | sed -e "s/+ /-/;s/ /-/" @shellend@
+BUILDID @shell@ (hg id || echo "unknown") | sed -e "s/[()]//g;s/+ /+/g;s/ /-/g" @shellend@
 @endif@
 MFLAGS+=BUILDID=$(BUILDID)