Commit af8b140d authored by Fred Drake's avatar Fred Drake

Use "/usr/bin/env perl" for the #! line, and change the -i option to:

	use English;
	$INPLACE_EDIT = '';

to get the inplace-editing behavior.
parent b1b1ec69
#!/depot/gnu/plat/bin/perl -i
#! /usr/bin/env perl
use English;
$INPLACE_EDIT = '';
# read the labels, then reverse the mappings
require "labels.pl";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment