diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-03 14:04:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-03 14:04:05 +0000 |
commit | 1237e4d37cbf391f40f9ddc72b7c629e7ead7823 (patch) | |
tree | 8909701345bdc19b732529c0aa4c3c65fbf3c7b5 | |
parent | c90808002a892732180a8c02a41c08e05940c68e (diff) | |
download | urpmi-1237e4d37cbf391f40f9ddc72b7c629e7ead7823.tar urpmi-1237e4d37cbf391f40f9ddc72b7c629e7ead7823.tar.gz urpmi-1237e4d37cbf391f40f9ddc72b7c629e7ead7823.tar.bz2 urpmi-1237e4d37cbf391f40f9ddc72b7c629e7ead7823.tar.xz urpmi-1237e4d37cbf391f40f9ddc72b7c629e7ead7823.zip |
simplify
-rwxr-xr-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ along with --bug.\n"); } # Process the rest of the arguments -while (defined($_ = shift @ARGV)) { +foreach (@ARGV) { if (/\.(?:rpm|spec)$/) { if (/\.(?:src\.rpm|spec)$/) { push @src_files, $_; |