X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=util%2Frmold.pl;h=c227e2c0a2beff16dc42ebad2a4898a31051d751;hb=fcdf608fb22c635f15579e9f1158bf5f5662beab;hp=1f574743df92753d1d4e8986506557ca04d7c5b5;hpb=5dd09d9ba51f039acb217bf2fd5c7fdd340ac946;p=wget diff --git a/util/rmold.pl b/util/rmold.pl index 1f574743..c227e2c0 100755 --- a/util/rmold.pl +++ b/util/rmold.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# Copyright (C) 1995, 1996, 1997, 2007 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -45,7 +45,7 @@ sub procdir local(@lcfiles, @lcdirs, %files, @fl); print STDERR "Processing directory '$dir':\n" if $verbose; - + opendir(DH, $dir) || die("Cannot open $dir: $!\n"); @lcfiles = (); @lcdirs = ();