diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-16 12:09:51 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-16 12:09:51 +0000 |
commit | 03c9d344fef490d417df00428aa29d8d32d84ce0 (patch) | |
tree | d524749c3e52b619128521456eff939f82270364 | |
parent | d2e7e1073d2cb5035e5750f47681dfb97b6d4457 (diff) | |
download | rpmdrake-03c9d344fef490d417df00428aa29d8d32d84ce0.tar rpmdrake-03c9d344fef490d417df00428aa29d8d32d84ce0.tar.gz rpmdrake-03c9d344fef490d417df00428aa29d8d32d84ce0.tar.bz2 rpmdrake-03c9d344fef490d417df00428aa29d8d32d84ce0.tar.xz rpmdrake-03c9d344fef490d417df00428aa29d8d32d84ce0.zip |
Titi replaced a 'grep' by an 'any' without loading MDK::Common.
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ # # $Id$ +use MDK::Common 'any'; + BEGIN { #- we want to run this code before the Gtk->init of the use-my_gtk my $basename = sub { local $_ = shift; s|/*\s*$||; s|.*/||; $_ }; any { /^--?h/ } @ARGV and do { |