From: Jason Etheridge Date: Fri, 27 Dec 2013 15:36:56 +0000 (-0500) Subject: don't need to sort output of dpkg --list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=175cdbba65c1b74375bf09a3665834ffcabab8c8;p=working%2Frandom.git don't need to sort output of dpkg --list Signed-off-by: Jason Etheridge --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 11c3fc73e..4ca873bc0 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -504,7 +504,7 @@ function test_evergreen_live { cat /proc/cpuinfo echo '' echo 'dpkg --list:' - dpkg --list | sort + dpkg --list echo '' echo 'cpan -l:' sudo cpan -l 2> /dev/null | sort