silenced curl

This commit is contained in:
Matthias Mailänder
2013-10-19 13:16:31 +02:00
parent af0f8d09d6
commit 807dc8b392

View File

@@ -96,7 +96,7 @@ echo "Creating packages..."
) & ) &
( (
curl -L -o "$OUTPUTDIR/$TAG.tar.gz" "https://github.com/OpenRA/OpenRA/archive/$TAG.tar.gz" curl -s -L -o "$OUTPUTDIR/$TAG.tar.gz" "https://github.com/OpenRA/OpenRA/archive/$TAG.tar.gz"
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "source code package download failed." echo "source code package download failed."
fi fi