]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Restore definition of $verbose.
authorJim Meyering <jim@meyering.net>
Sat, 19 Jul 2003 12:00:38 +0000 (12:00 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Jul 2003 12:00:38 +0000 (12:00 +0000)
tests/rm/fail-eperm

index bbcee4564c8cd330a5eb7b61506b19a2dd3bc0fa..dcb112dccc2e30629d346f6592755018e6e3e6da 100755 (executable)
@@ -32,6 +32,8 @@ use strict;
 
 (my $ME = $ENV{ARGV_0}) =~ s|.*/||;
 
+my $verbose = $ENV{VERBOSE} && $ENV{VERBOSE} eq 'yes';
+
 # Ensure that the diagnostics are in English.
 $ENV{LC_ALL} = 'C';