aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-03-31 16:40:25 +0000
committerFrancois Pons <fpons@mandriva.com>2000-03-31 16:40:25 +0000
commiteb495f2a22300c8e821f3d171033f0f6d3bfbf06 (patch)
treeefb6f2aa333429fab8b3c4b63ad73e15116a328a
parent8a8d13dbd31e7707c70798dd39ef577f10718a2f (diff)
downloadrpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.tar
rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.tar.gz
rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.tar.bz2
rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.tar.xz
rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.zip
*** empty log message ***
-rwxr-xr-xgenfilelist4
1 files changed, 3 insertions, 1 deletions
diff --git a/genfilelist b/genfilelist
index 741b685..b7e8c77 100755
--- a/genfilelist
+++ b/genfilelist
@@ -102,4 +102,6 @@ sub main {
closedir DIR;
}
-main(@ARGV);
+foreach (@ARGV) {
+ main($_);
+}