mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
Removed the -s parameter from which
as cygwin is missing it.
This commit is contained in:
parent
4787da7977
commit
37d3a4e621
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user