aboutsummaryrefslogtreecommitdiff
path: root/build-aux/shave.in
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/shave.in')
-rw-r--r--build-aux/shave.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-aux/shave.in b/build-aux/shave.in
index 32249cd..461a1bf 100644
--- a/build-aux/shave.in
+++ b/build-aux/shave.in
@@ -54,14 +54,14 @@ while test "$#" -gt 0; do
;;
-o)
lt_output="$1"
- preserved_args="$preserved_args ${opt//\"/\\\"}"
+ preserved_args="$preserved_args $opt"
;;
-out:*|/out:*)
lt_output="${opt#-out:}"
- preserved_args="$preserved_args ${opt//\"/\\\"}"
+ preserved_args="$preserved_args $opt"
;;
*)
- preserved_args="$preserved_args ${opt//\"/\\\"}"
+ preserved_args="$preserved_args '$opt'"
;;
esac
done
@@ -105,8 +105,8 @@ if test -z $V; then
if test $pass_through -eq 0; then
echo "$Q$output"
fi
- eval $REEL_TOOL $preserved_args
+ eval "$REEL_TOOL $preserved_args"
else
echo $REEL_TOOL $preserved_args
- eval $REEL_TOOL $preserved_args
+ eval "$REEL_TOOL $preserved_args"
fi