From: Gary V. Vaughan Date: Mon, 29 May 2000 15:11:52 +0000 (+0000) Subject: * ltconfig.in (echo): The following code actually prints the X-Git-Tag: release-1-3d~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a728290bd82ee381fcd83c597fdf4b43121d1fe4;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 97ea6995c..4ea064bc5 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 c7bed3a96..f3eb048cf 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