commit | 2543769ca531dbe964568ca7b15cd0f4b444b113 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Mar 19 05:17:49 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Mar 19 05:17:49 1998 +0000 |
tree | 7252a9e699edc609aa21bef3d43b57b666bf7ab0 | |
parent | 1125488b248052be32fcaf04fabd390d19760fb1 [diff] |
Use "/usr/bin/env perl" for the #! line, and change the -i option to: use English; $INPLACE_EDIT = ''; to get the inplace-editing behavior.
diff --git a/Doc/tools/node2label.pl b/Doc/tools/node2label.pl index 73a3809..3e4f8f0 100755 --- a/Doc/tools/node2label.pl +++ b/Doc/tools/node2label.pl
@@ -1,4 +1,7 @@ -#!/depot/gnu/plat/bin/perl -i +#! /usr/bin/env perl + +use English; +$INPLACE_EDIT = ''; # read the labels, then reverse the mappings require "labels.pl";