From fdc2eff413c54251f5e919f5f55b769b01ec552f Mon Sep 17 00:00:00 2001 From: codehelp Date: Fri, 15 Oct 2010 15:45:12 +0000 Subject: [PATCH] typo git-svn-id: http://emdebian.org/svn/current@7555 563faec7-e20c-0410-992a-a66f704d0ccd --- multistrap | 1 + 1 file changed, 1 insertion(+) diff --git a/multistrap b/multistrap index 1fc428c..9a69ee7 100755 --- a/multistrap +++ b/multistrap @@ -266,6 +266,7 @@ if ((defined $k) and (not defined $noauth)) { if (($e =~ /\nUSER=root\n/)) { $str = "sudo" if (-f "/usr/bin/sudo"); } + } system ("$str apt-get -y -d --reinstall install $k"); foreach my $keyring_pkg (values %keyrings) { my @files=();