updated python_pip_install_if_absent.sh

pull/2/head
Hari Sekhon 5 years ago
parent 5c401a226a
commit d11ff69736

@ -63,7 +63,7 @@ else
process_args $(cat)
fi
if [ -z "$pip_modules" ]; then
if [ -z "${pip_modules// }" ]; then
usage
fi

Loading…
Cancel
Save