diff --git a/bin/http_xsltproc.sh b/bin/http_xsltproc.sh index b3cc5b1..5348f18 100755 --- a/bin/http_xsltproc.sh +++ b/bin/http_xsltproc.sh @@ -95,9 +95,8 @@ HELP_MSG script_name=${0##*/} # equivalent to basename $0 -# library filenames (always list command_paths first) -LIB_FILENAMES="command_paths.sh -compatible_mktemp.sh +# library filenames +LIB_FILENAMES="core_lib.sh http_tools.sh" #######################################################################