Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 3964:a4917b3c97cc
[xemacs-hg @ 2007-05-19 18:04:18 by vins]
Don't close file descriptors that are already closed.
author | vins |
---|---|
date | Sat, 19 May 2007 18:04:19 +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"; } }