mirror of https://github.com/Icinga/icinga2.git
proper return value checking of libtoolize dry-run refs #3021
ran into that with debian squeeze and sh.
This commit is contained in:
parent
a3d0c05fd8
commit
8d781bdc56
|
@ -127,7 +127,7 @@ esac
|
|||
|
||||
# verify that libtool-ltdl-devel is installed
|
||||
echo "Running libtoolize dry-run..."
|
||||
if ! libtoolize --dry-run --quiet --copy; then
|
||||
if ! `libtoolize --dry-run --quiet --copy` ; then
|
||||
echo ""
|
||||
echo "**Error**: libtoolize cannot detect necessary files."
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue