From d47a0de162450ddbcea4bc91d57a5896b14e3c1a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 7 Dec 2005 21:22:56 +0100 Subject: [PATCH] ABORT should be BIG --- update-git+cogito.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-git+cogito.sh b/update-git+cogito.sh index 31da23b..45727cc 100755 --- a/update-git+cogito.sh +++ b/update-git+cogito.sh @@ -40,7 +40,7 @@ for project in $PROJECTS; do fi if [ $? -ne 0 ]; then - echo "Pull or clone failed, aborting now." + echo "Pull or clone failed, ABORTING." exit 23 fi