double quotes -- so I removed them:
echo='printf "%sn"' $echo 't'
From Tuukka Toivonen <tutoivon@mail.student.oulu.fi>
2000-05-29 Gary V. Vaughan <gvv@techie.com>
+ * ltconfig.in (echo): The following code actually prints the
+ double quotes -- so I removed them:
+ echo='printf "%s\n"' $echo '\t'
+ From Tuukka Toivonen <tutoivon@mail.student.oulu.fi>
+
* NEWS: Updated.
2000-05-29 Bernhard Rosenkraenzer <bero@redhat.de>
exec "$CONFIG_SHELL" "$0" --no-reexec ${1+"$@"}
else
# Try using printf.
- echo='printf "%s\n"'
+ echo='printf %s\n'
if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
test "X$echo_testing_string" = "X$echo_test_string"; then