1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

remove now-redundant VERSION check

This commit is contained in:
Jim Meyering
2003-07-19 11:54:39 +00:00
parent dc701b5cf2
commit afd207eda5
-4
View File
@@ -42,10 +42,6 @@ use strict;
(my $ME = $ENV{ARGV_0}) =~ s|.*/||;
my $verbose = $ENV{VERBOSE} && $ENV{VERBOSE} eq 'yes';
$verbose
and system qw (rm --version);
# Ensure that the diagnostics are in English.
$ENV{LC_ALL} = 'C';