From 78ec7d93a9ab744315fa1341ec43eae9acc95ead Mon Sep 17 00:00:00 2001 From: codehelp Date: Tue, 17 Apr 2012 20:40:13 +0000 Subject: [PATCH] typo git-svn-id: http://emdebian.org/svn/current@8320 563faec7-e20c-0410-992a-a66f704d0ccd --- multistrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multistrap b/multistrap index 69eb035..0fa4042 100755 --- a/multistrap +++ b/multistrap @@ -275,7 +275,7 @@ if ((defined $k) and (not defined $noauth)) { # and apt refuses to allow fakeroot to do this. $str = ""; if (not exists $ENV{FAKEROOTKEY}) { - if ((exists $ENV{USER}) and ($ENV{USER} != "root")) { + if ((exists $ENV{USER}) and ($ENV{USER} ne "root")) { $str = "sudo" if (-f "/usr/bin/sudo"); } } else {