Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Migrate to core lib
Tom Scavo committed Apr 24, 2017
1 parent 0b06034 commit e16d50f
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions bin/check_idp_error_urls.sh
@@ -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"

5 changes: 2 additions & 3 deletions bin/list_local_idp_error_urls.sh
@@ -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"

5 changes: 2 additions & 3 deletions bin/list_local_saml_idp_endpoints.sh
@@ -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
5 changes: 2 additions & 3 deletions bin/probe_saml_idp.sh
@@ -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
5 changes: 2 additions & 3 deletions bin/probe_saml_idps.sh
@@ -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

0 comments on commit e16d50f

Please sign in to comment.