mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove unused variable
This commit is contained in:
parent
29f9a10766
commit
07fbd9cb89
1 changed files with 0 additions and 1 deletions
1
build.sh
1
build.sh
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
[ -n "$BUILD" ] || BUILD=tests
|
|
||||||
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale
|
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale
|
||||||
[ -n "$REQUIREMENTS" ] || REQUIREMENTS=release
|
[ -n "$REQUIREMENTS" ] || REQUIREMENTS=release
|
||||||
[ -n "$PIP_INSTALL" ] || PIP_INSTALL="pip install"
|
[ -n "$PIP_INSTALL" ] || PIP_INSTALL="pip install"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue