Cleanup: Use += to append to envHooks
This commit is contained in:
@@ -23,5 +23,5 @@ if test -z "$libxmlHookDone"; then
|
||||
# xmllint and xsltproc from looking in /etc/xml/catalog.
|
||||
export XML_CATALOG_FILES
|
||||
if test -z "$XML_CATALOG_FILES"; then XML_CATALOG_FILES=" "; fi
|
||||
envHooks=(${envHooks[@]} addXMLCatalogs)
|
||||
envHooks+=(addXMLCatalogs)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user