diff options
author | Francois Pons <fpons@mandriva.com> | 2000-03-31 16:40:25 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-03-31 16:40:25 +0000 |
commit | eb495f2a22300c8e821f3d171033f0f6d3bfbf06 (patch) | |
tree | efb6f2aa333429fab8b3c4b63ad73e15116a328a /genfilelist | |
parent | 8a8d13dbd31e7707c70798dd39ef577f10718a2f (diff) | |
download | rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.tar rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.tar.gz rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.tar.bz2 rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.tar.xz rpmtools-eb495f2a22300c8e821f3d171033f0f6d3bfbf06.zip |
*** empty log message ***
Diffstat (limited to 'genfilelist')
-rwxr-xr-x | genfilelist | 4 |
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($_); +} |