changeset 116:66c32422a3d4

Forgot to enable.
author Edho Prima Arief <edho@myconan.net>
date Fri, 21 Oct 2011 13:38:32 +0700
parents 7c3cdb235bbb
children 131e1ddf8d43
files bin/rmcrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/rmcrc	Fri Oct 21 13:38:18 2011 +0700
+++ b/bin/rmcrc	Fri Oct 21 13:38:32 2011 +0700
@@ -5,7 +5,7 @@
 use File::Basename;
 
 my @files = @ARGV or print("Usage: ",basename($0)," file1 ... fileN\n") && exit(1);
-my $skip=1;
+my $skip=0;
 foreach (@files) {
   print(qq(Could not find file "$_", skipping\n)) and next() unless -e $_;
   my $newname = $_;