From 483610f98f4137fbd6a788ebfac11e962affc2d0 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 29 May 2000 15:07:28 +0000 Subject: [PATCH] * ltconfig.in (echo): The following code actually prints the double quotes -- so I removed them: echo='printf "%sn"' $echo 't' From Tuukka Toivonen --- ChangeLog | 5 +++++ ltconfig.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.3