]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak script
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 9 Jul 2011 14:18:19 +0000 (16:18 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Sat, 9 Jul 2011 14:18:19 +0000 (16:18 +0200)
bacula/src/cats/install-default-backend.in

index 4148e043e7b166ef67b46e0bf8adefc53a62d903..d4a863de77cb75fa4ac1298221c6c152ff286b58 100755 (executable)
@@ -14,8 +14,7 @@ install_dir=$3
 #
 # Find out what the shared lib extension is for this platform.
 #
-shrext_cmds="`${LIBTOOL} --config | grep shrext_cmds`"
-eval $shrext_cmds
+eval `${LIBTOOL} --config | grep shrext_cmds`
 if [ -z "${shrext_cmds}" ]; then
    echo "Failed to determine default shared library extension"
    exit 1