summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-19 05:17:49 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-19 05:17:49 (GMT)
commit2543769ca531dbe964568ca7b15cd0f4b444b113 (patch)
tree7252a9e699edc609aa21bef3d43b57b666bf7ab0 /Doc
parent1125488b248052be32fcaf04fabd390d19760fb1 (diff)
downloadcpython-2543769ca531dbe964568ca7b15cd0f4b444b113.zip
cpython-2543769ca531dbe964568ca7b15cd0f4b444b113.tar.gz
cpython-2543769ca531dbe964568ca7b15cd0f4b444b113.tar.bz2
Use "/usr/bin/env perl" for the #! line, and change the -i option to:
use English; $INPLACE_EDIT = ''; to get the inplace-editing behavior.
Diffstat (limited to 'Doc')
-rwxr-xr-xDoc/tools/node2label.pl5
1 files changed, 4 insertions, 1 deletions
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";