From c506bcb9004d10d53580f0230ac052568feab574 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 31 Mar 2008 22:17:49 +0000 Subject: (perform_installation) remove "--emmbedded" as well as XID from ARGV when restarting after priority upgrades (cosmetic) --- Rpmdrake/pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm index ea99af9f..3fa719c1 100644 --- a/Rpmdrake/pkg.pm +++ b/Rpmdrake/pkg.pm @@ -811,7 +811,7 @@ you may now inspect some in order to take actions:"), my $i; foreach (@argv) { $i++; - splice @argv, $i, 1 if /^--embedded$/ + splice @argv, $i-1, 2 if /^--embedded$/ } alarm(0); # remember not to ask again questions and the like: -- cgit v1.2.1