syntax error

This commit is contained in:
Kenneth Reitz
2012-05-30 01:39:04 -04:00
parent 8c870cabfb
commit fe9b9401d3
+1 -1
View File
@@ -6,7 +6,7 @@ set +e
python $PROJECT/manage.py collectstatic --help &> /dev/null && RUN_COLLECTSTATIC=true
# Don't raise errors if SILENCE_COLLECTSTATIC is set.
if [ ! "$SILENCE_COLLECTSTATIC" ]]; then
if [ ! "$SILENCE_COLLECTSTATIC" ]; then
set -e
fi