updated perl_cpanm_install.sh

pull/2/head
Hari Sekhon 5 years ago
parent 7bca8caadc
commit 321ceed36d

@ -47,7 +47,7 @@ for x in "$@"; do
esac
done
if [ -z "$cpan_modules" ]; then
if [ -z "${cpan_modules// }" ]; then
usage
fi

Loading…
Cancel
Save