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:
@@ -305,7 +305,7 @@ check_yesno_option static linkage '-static'
|
|||||||
|
|
||||||
# Display error for unknown input parameters
|
# Display error for unknown input parameters
|
||||||
if [ $input_parameters ]; then
|
if [ $input_parameters ]; then
|
||||||
echo "Extra unknown input parameters : $input_parameters"
|
decho "Extra unknown input parameters : $input_parameters"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user