ignore which errors

This commit is contained in:
kaefer 2015-09-17 08:44:34 +02:00
parent 40525d85bc
commit 02727bda81
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
glibtoolize=$(which glibtoolize)
glibtoolize=$(which glibtoolize 2> /dev/null)
if [ ${#glibtoolize} -gt 0 ]
then libtoolize=glibtoolize
else libtoolize=libtoolize