From 4e2dbf1a94e838b5f8a35f95eb0cfdad039f699f Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sat, 9 Jul 2011 16:18:19 +0200 Subject: [PATCH] Tweak script --- bacula/src/cats/install-default-backend.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bacula/src/cats/install-default-backend.in b/bacula/src/cats/install-default-backend.in index 4148e043e7..d4a863de77 100755 --- a/bacula/src/cats/install-default-backend.in +++ b/bacula/src/cats/install-default-backend.in @@ -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 -- 2.39.5