Kaydet (Commit) 2543769c authored tarafından 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.
üst 1125488b
#!/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