From ca95efa952acec192a93683d39de89ae029ceda1 Mon Sep 17 00:00:00 2001 From: JuneHyeon Bae Date: Wed, 20 Mar 2013 14:14:49 +0900 Subject: [PATCH] make error message pretty Change-Id: I45d04691aca8a1e2c7bb94537da8e04d2bbf0481 --- tests/phpunit/install-phpunit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1