$ libtool --mode=execute echo foo
"foo"
Reported by Rob Browning <rlb@defaultvalue.org>
+2001-09-13 Gary V. Vaughan <gary@gnu.org>
+
+ * ltmain.in (exec_cmd): Don't overquote or we end up with this:
+ $ libtool --mode=execute echo foo
+ "foo"
+ Reported by Rob Browning <rlb@defaultvalue.org>
+
001-09-13 Assar Westerlund <assar@sics.se>
* ltdl.m4 (AC_LTDL_DLLIB): call dlopen with arguments so the test
fi
# Now prepare to actually exec the command.
- exec_cmd='"$cmd"$args'
+ exec_cmd="\$cmd$args"
else
# Display what would be done.
if test -n "$shlibpath_var"; then