diff options
author | Javier Fernandez-Sanguino Peña <jfs@debian.org> | 2013-04-28 20:37:01 +0000 |
---|---|---|
committer | Javier Fernandez-Sanguino Peña <jfs@debian.org> | 2013-04-28 20:37:01 +0000 |
commit | 70631448ec95ff1d1559291183169b73366aa5e3 (patch) | |
tree | c5a353bf3ad5e4fc50e44bcb7ca48baeed07a0ab | |
parent | 585f34edd16ae47c3caf869f643bd13939e5e90e (diff) | |
download | installation-guide-70631448ec95ff1d1559291183169b73366aa5e3.zip |
Fix name of tool
-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 |