diff options
Diffstat (limited to 'scripts/merge_xml')
-rwxr-xr-x | scripts/merge_xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/merge_xml b/scripts/merge_xml index eeaa8eaaf..bb8ed3115 100755 --- a/scripts/merge_xml +++ b/scripts/merge_xml @@ -16,7 +16,7 @@ SCRIPTDIR="./scripts" BUILDDIR="./build" # Required tools -for tool in gawk egrep iconf ; do +for tool in gawk egrep iconv ; do if [ -z "`which $tool`" ] ; then echo "ERROR: $tool is required, please install it." exit 1 |