Skip to content

Commit

Permalink
Migrate to core lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Apr 24, 2017
1 parent 2fb82ce commit 4caf9f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/http_xsltproc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

#######################################################################
Expand Down

0 comments on commit 4caf9f7

Please sign in to comment.