make error message pretty
authorJuneHyeon Bae <devunt@gmail.com>
Wed, 20 Mar 2013 05:14:49 +0000 (14:14 +0900)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 10 Apr 2013 08:48:08 +0000 (08:48 +0000)
Change-Id: I45d04691aca8a1e2c7bb94537da8e04d2bbf0481

tests/phpunit/install-phpunit.sh

index 3601274..1f60293 100755 (executable)
@@ -8,7 +8,7 @@ has_binary () {
 }
 
 if [ `id -u` -ne 0 ]; then
-    echo '*** ERROR' Must be root to run
+    echo '*** ERROR: Must be root to run'
     exit 1
 fi