Commit fe9b9401 authored by Kenneth Reitz's avatar Kenneth Reitz

syntax error

parent 8c870cab
...@@ -6,7 +6,7 @@ set +e ...@@ -6,7 +6,7 @@ set +e
python $PROJECT/manage.py collectstatic --help &> /dev/null && RUN_COLLECTSTATIC=true python $PROJECT/manage.py collectstatic --help &> /dev/null && RUN_COLLECTSTATIC=true
# Don't raise errors if SILENCE_COLLECTSTATIC is set. # Don't raise errors if SILENCE_COLLECTSTATIC is set.
if [ ! "$SILENCE_COLLECTSTATIC" ]]; then if [ ! "$SILENCE_COLLECTSTATIC" ]; then
set -e set -e
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment