From: JuneHyeon Bae Date: Wed, 20 Mar 2013 05:14:49 +0000 (+0900) Subject: make error message pretty X-Git-Tag: 1.31.0-rc.0~20041 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=ca95efa952acec192a93683d39de89ae029ceda1;p=lhc%2Fweb%2Fwiklou.git make error message pretty Change-Id: I45d04691aca8a1e2c7bb94537da8e04d2bbf0481 --- diff --git a/tests/phpunit/install-phpunit.sh b/tests/phpunit/install-phpunit.sh index 3601274832..1f6029357c 100755 --- a/tests/phpunit/install-phpunit.sh +++ b/tests/phpunit/install-phpunit.sh @@ -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