summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-20 19:38:19 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-20 19:38:19 +0000
commitf46b418a8e5694af45ed61d77d9b2af92a1193a1 (patch)
treee2eba2c7b141bbeee3f6dbd31e50583c7d5743d7
parent7425886259dc46c0958dfd96d9f752708f3eabcc (diff)
downloadmgaonline-f46b418a8e5694af45ed61d77d9b2af92a1193a1.tar
mgaonline-f46b418a8e5694af45ed61d77d9b2af92a1193a1.tar.gz
mgaonline-f46b418a8e5694af45ed61d77d9b2af92a1193a1.tar.bz2
mgaonline-f46b418a8e5694af45ed61d77d9b2af92a1193a1.tar.xz
mgaonline-f46b418a8e5694af45ed61d77d9b2af92a1193a1.zip
cleanups
-rwxr-xr-xmdkupdate3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdkupdate b/mdkupdate
index cf20d513..81809037 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -22,7 +22,7 @@
################################################################################
# workaround standalone.pm eating "--auto" from @ARGV:
-BEGIN { $::no_global_argv_parsing = 1 };
+BEGIN { $::no_global_argv_parsing = 1 }
use strict;
use POSIX;
@@ -261,7 +261,6 @@ sub install_pkgs {
undef $w;
}
-
sub my_fullname {
return '?-?-?' unless ref $_[0];
my ($name, $version, $release) = $_[0]->fullname;