1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

Don't assign to PROG; no longer needed

now that Makefile.am sets PROG to the basename.
This commit is contained in:
Paul Eggert
2006-06-05 20:03:52 +00:00
parent 0d82817eb4
commit 8818e69748
2 changed files with 0 additions and 4 deletions

View File

@@ -18,8 +18,6 @@ use strict;
(my $program_name = $0) =~ s|.*/||;
$ENV{PROG} = 'expand';
# Turn off localization of executable's ouput.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;

View File

@@ -31,8 +31,6 @@ use strict;
(my $program_name = $0) =~ s|.*/||;
$ENV{PROG} = 'fold';
# Turn off localization of executable's ouput.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;