Remove unused $entryPoint from Preferences::tryFormSubmit
[lhc/web/wiklou.git] / 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