aboutsummaryrefslogtreecommitdiff
path: root/build-aux/shave-libtool.in
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/shave-libtool.in')
-rw-r--r--build-aux/shave-libtool.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/shave-libtool.in b/build-aux/shave-libtool.in
index 54ebd69..0f7fb12 100644
--- a/build-aux/shave-libtool.in
+++ b/build-aux/shave-libtool.in
@@ -65,7 +65,7 @@ while test "$#" -gt 0; do
preserved_args="$preserved_args $opt"
;;
*)
- preserved_args="$preserved_args $opt"
+ preserved_args="$preserved_args '$opt'"
;;
esac
done
@@ -102,8 +102,8 @@ if test -z $V; then
if test $pass_though -eq 0; then
echo "$Q$output"
fi
- $LIBTOOL --silent $tag $preserved_args
+ eval "$LIBTOOL --silent $tag $preserved_args"
else
echo $LIBTOOL $tag $preserved_args
- $LIBTOOL $tag $preserved_args
+ eval "$LIBTOOL $tag $preserved_args"
fi