fix quotes
authorJason Etheridge <jason@esilibrary.com>
Tue, 13 Aug 2013 20:27:20 +0000 (16:27 -0400)
committerJason Etheridge <jason@esilibrary.com>
Tue, 13 Aug 2013 20:27:20 +0000 (16:27 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh

index 2a6ccb7..7538f7a 100755 (executable)
@@ -341,7 +341,7 @@ if [ $LIVETEST ]; then
     echo 'du -sh *.log:'
     su - opensrf sh -c 'cd /openils/var/log/ ; du -sh *.log'
     echo ''
-    echo 'perl -ne 'if (/^\[.*?\] (.*?) \[/) { print "$1\n"; }' osrfsys.log | sort | uniq -c | sort -k2:'
+    echo 'perl -ne ''if (/^\[.*?\] (.*?) \[/) { print "$1\n"; }'' osrfsys.log | sort | uniq -c | sort -k2:'
     (cd /openils/var/log/ ; perl -ne 'if (/^\[.*?\] (.*?) \[/) { print "$1\n"; }' osrfsys.log | sort | uniq -c | sort -k2)
     echo ''
     echo End of log summary =~-._