From: Gary V. Vaughan Date: Mon, 29 May 2000 15:07:28 +0000 (+0000) Subject: * ltconfig.in (echo): The following code actually prints the X-Git-Tag: multi-language-merge-point~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483610f98f4137fbd6a788ebfac11e962affc2d0;p=thirdparty%2Flibtool.git * ltconfig.in (echo): The following code actually prints the double quotes -- so I removed them: echo='printf "%sn"' $echo 't' From Tuukka Toivonen --- diff --git a/ChangeLog b/ChangeLog index 078fe0fad..fc3839364 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-05-29 Gary V. Vaughan + * ltconfig.in (echo): The following code actually prints the + double quotes -- so I removed them: + echo='printf "%s\n"' $echo '\t' + From Tuukka Toivonen + * NEWS: updated. 2000-05-29 Bernhard Rosenkraenzer diff --git a/ltconfig.in b/ltconfig.in index fbdd13865..de3e06120 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -117,7 +117,7 @@ else 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