summaryrefslogtreecommitdiffstats
path: root/mdkapplet-upgrade-helper
diff options
context:
space:
mode:
Diffstat (limited to 'mdkapplet-upgrade-helper')
-rwxr-xr-xmdkapplet-upgrade-helper1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdkapplet-upgrade-helper b/mdkapplet-upgrade-helper
index d6492900..d50811b5 100755
--- a/mdkapplet-upgrade-helper
+++ b/mdkapplet-upgrade-helper
@@ -65,7 +65,6 @@ sub run_gurpmi() {
my @initial_args = '--replacefiles';
while ($refork_gurpmi) {
fork_gurpmi(@initial_args);
- undef @initial_args;
my $status = $? >> 8;
if ($refork_gurpmi && $status) {
$refork_gurpmi--;