mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Use "/usr/bin/env perl" for the #! line, and change the -i option to:
use English; $INPLACE_EDIT = ''; to get the inplace-editing behavior.
This commit is contained in:
parent
1125488b24
commit
2543769ca5
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue