summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/merge_xml2
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