Files
ImageUtils/.CondaPkg/env/etc/conda/deactivate.d/libxml2_deactivate.sh
2023-04-02 10:04:46 +07:00

9 lines
190 B
Bash

#! /bin/sh
if test -n "${xml_catalog_files_libxml2:-}"; then
export XML_CATALOG_FILES="${xml_catalog_files_libxml2}"
else
unset XML_CATALOG_FILES
fi
unset xml_catalog_files_libxml2