mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user