xml-catalog: remove extra word.

--HG--
extra : convert_revision : a90a6b358af534571354be48d5cf1fcf9fea2b9d
This commit is contained in:
Juan RP 2009-03-21 06:57:56 +01:00
parent f913c9469f
commit 9858edf339

View file

@ -48,7 +48,7 @@ unregister_entries()
echo "done."
fi
if [ -n "${xml_entries}" ]; then
echo -n "Unregistering XML catalog entries for... "
echo -n "Unregistering XML catalog entries... "
set -- ${xml_entries}
while [ $# -gt 0 ]; do
xmlcatmgr -c ${xml_catalog} remove "$1" "$2" \