summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJavier Fernandez-Sanguino Peña <jfs@debian.org>2013-04-28 20:37:01 +0000
committerJavier Fernandez-Sanguino Peña <jfs@debian.org>2013-04-28 20:37:01 +0000
commit70631448ec95ff1d1559291183169b73366aa5e3 (patch)
treec5a353bf3ad5e4fc50e44bcb7ca48baeed07a0ab /scripts
parent585f34edd16ae47c3caf869f643bd13939e5e90e (diff)
downloadinstallation-guide-70631448ec95ff1d1559291183169b73366aa5e3.zip
Fix name of tool
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