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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user