xml-catalog: remove extra word.
--HG-- extra : convert_revision : a90a6b358af534571354be48d5cf1fcf9fea2b9d
This commit is contained in:
parent
f913c9469f
commit
9858edf339
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue