From 2543769ca531dbe964568ca7b15cd0f4b444b113 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 19 Mar 1998 05:17:49 +0000 Subject: Use "/usr/bin/env perl" for the #! line, and change the -i option to: use English; $INPLACE_EDIT = ''; to get the inplace-editing behavior. --- Doc/tools/node2label.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; -- cgit v0.12