ABORT should be BIG

This commit is contained in:
Nico Schottelius 2005-12-07 21:22:56 +01:00
parent 0f0a48ab3c
commit d47a0de162
1 changed files with 1 additions and 1 deletions

View File

@ -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