view netinstall/version.pl @ 4845:a3c673c0720b

show description properly in Assert-failure message -------------------- ChangeLog entries follow: -------------------- tests/ChangeLog addition: 2010-01-13 Ben Wing <ben@xemacs.org> * automated/test-harness.el (test-harness-from-buffer): Need to quote the assertion expression, but not the description expression.
author Ben Wing <ben@xemacs.org>
date Wed, 13 Jan 2010 04:25:15 -0600
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";
  }
}