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 0b06034 commit e16d50f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions bin/check_idp_error_urls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,8 @@ if [ ! -d "$LIB_DIR" ]; then
exit 2
fi

# 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
md_tools.sh"

Expand Down
5 changes: 2 additions & 3 deletions bin/list_local_idp_error_urls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@ if [ ! -d "$LIB_DIR" ]; then
fi
$verbose_mode && printf "$script_name using source lib directory: %s\n" "$LIB_DIR"

# 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
md_tools.sh"

Expand Down
5 changes: 2 additions & 3 deletions bin/list_local_saml_idp_endpoints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,8 @@ if [ ! -d "$LIB_DIR" ]; then
fi
$verbose_mode && printf "$script_name using source lib directory: %s\n" "$LIB_DIR"

# library filenames (always list command_paths first)
LIB_FILENAMES="command_paths.sh
compatible_mktemp.sh"
# library filenames
LIB_FILENAMES="core_lib.sh"

# source lib files
for lib_filename in $LIB_FILENAMES; do
Expand Down
5 changes: 2 additions & 3 deletions bin/probe_saml_idp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,8 @@ if [ ! -d "$LIB_DIR" ]; then
exit 2
fi

# 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
md_tools.sh
saml_tools.sh
Expand Down
5 changes: 2 additions & 3 deletions bin/probe_saml_idps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,8 @@ if [ ! -d "$LIB_DIR" ]; then
exit 2
fi

# 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
md_tools.sh
saml_tools.sh
Expand Down

0 comments on commit e16d50f

Please sign in to comment.