Remove unused variable

This commit is contained in:
Markus Unterwaditzer 2014-11-30 20:24:44 +01:00
parent 29f9a10766
commit 07fbd9cb89

View file

@ -1,7 +1,6 @@
#!/bin/sh
set -e
[ -n "$BUILD" ] || BUILD=tests
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale
[ -n "$REQUIREMENTS" ] || REQUIREMENTS=release
[ -n "$PIP_INSTALL" ] || PIP_INSTALL="pip install"