From f2b1c98a008c5bc7bca8426ce6b395e70f2c8881 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 14 Aug 2007 22:26:26 +0000 Subject: [PATCH] use decho, not echo, to output error messages git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx-config.in b/wx-config.in index 066d2c2337..7b6100cd57 100755 --- a/wx-config.in +++ b/wx-config.in @@ -305,7 +305,7 @@ check_yesno_option static linkage '-static' # Display error for unknown input parameters if [ $input_parameters ]; then - echo "Extra unknown input parameters : $input_parameters" + decho "Extra unknown input parameters : $input_parameters" exit 1 fi -- 2.50.0