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
This commit is contained in:
parent
a8571f4e02
commit
f2b1c98a00
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue