Removed the -s parameter from which as cygwin is missing it.

This commit is contained in:
Sorin Sbarnea 2015-06-22 16:56:55 +01:00
parent 4787da7977
commit 37d3a4e621

View File

@ -40,7 +40,7 @@
for DEP in nunit-console zip unzip mkisofs wget curl hg git patch
do
which -s $DEP || echo "ERROR: $DEP was not found, install it or add it to the PATH." && FATAL=1
which $DEP >>/dev/null || echo "ERROR: $DEP was not found, install it or add it to the PATH." && FATAL=1
done
if [ -z ${FATAL+x} ]; then
echo ""