xml-catalog: remove extra word.
--HG-- extra : convert_revision : a90a6b358af534571354be48d5cf1fcf9fea2b9d
This commit is contained in:
parent
f913c9469f
commit
9858edf339
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ unregister_entries()
|
||||||
echo "done."
|
echo "done."
|
||||||
fi
|
fi
|
||||||
if [ -n "${xml_entries}" ]; then
|
if [ -n "${xml_entries}" ]; then
|
||||||
echo -n "Unregistering XML catalog entries for... "
|
echo -n "Unregistering XML catalog entries... "
|
||||||
set -- ${xml_entries}
|
set -- ${xml_entries}
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
xmlcatmgr -c ${xml_catalog} remove "$1" "$2" \
|
xmlcatmgr -c ${xml_catalog} remove "$1" "$2" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue