don't need to sort output of dpkg --list
authorJason Etheridge <jason@esilibrary.com>
Fri, 27 Dec 2013 15:36:56 +0000 (10:36 -0500)
committerJason Etheridge <jason@esilibrary.com>
Fri, 27 Dec 2013 15:36:56 +0000 (10:36 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh

index 11c3fc7..4ca873b 100755 (executable)
@@ -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