]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't assign to PROG; no longer needed
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Jun 2006 20:03:52 +0000 (20:03 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Jun 2006 20:03:52 +0000 (20:03 +0000)
now that Makefile.am sets PROG to the basename.

tests/misc/expand
tests/misc/fold

index 24a3a509c075b9bd09d89fc8fcb7f4434ac140a6..09373d59b6a57ef60aeb1dfce801f13a2be93e12 100755 (executable)
@@ -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;
 
index c799b78bf456a46dd5a63f9d2f1b4b9f26eac37e..d070d4586c80292b19e6a2cec781989a2642b781 100755 (executable)
@@ -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;