install-distro-packages.sh : missing content in branch

Add a : to avoid syntax error.  Note latest bashate would have
detected this, it runs a syntax check with "bash -n"

Change-Id: I6ddf72e79771f473e7cecb9c50afab6dcb19908b
This commit is contained in:
Ian Wienand 2015-12-16 13:49:27 +11:00
parent d9df1d6ab3
commit d9cd7b4e6a

View File

@ -6,6 +6,7 @@ export BINDEP=${BINDEP:-/usr/bindep-env/bin/bindep}
# figure out which bindep list to use
if [ -n "$PACKAGES" ] ; then
# already set in the calling environment
:
elif [ -e other-requirements.txt ] ; then
# project has its own bindep list
export PACKAGES=other-requirements.txt