Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 2383:9c7decce1d05
[xemacs-hg @ 2004-11-12 17:16:27 by james]
Don't call the flusher if the writer returned an error.
author | james |
---|---|
date | Fri, 12 Nov 2004 17:16:30 +0000 |
parents | 3078fd1074e8 |
children |
line wrap: on
line source
while (<STDIN>) { if (/^\$Revision:\s*([0-9\.]*)/) { print "char *version = \"$1\";\n"; print "static char *id = \"\\n%%% setup-version $1\\n\";\n"; } }