summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
Diffstat (limited to 'mdkupdate')
-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;