From 3a58d4f3e81bf8271a01bd8f8d1c87bd85e34160 Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Tue, 4 Oct 2022 13:16:16 -0500 Subject: [PATCH] Fix link script usage statement The function being called when passed -h was not the same as the one used for the function definition (there was a leading `_`). Fixes #1044 --- sorc/link_workflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/link_workflow.sh b/sorc/link_workflow.sh index dbef1e573c..348d23595d 100755 --- a/sorc/link_workflow.sh +++ b/sorc/link_workflow.sh @@ -2,7 +2,7 @@ #--make symbolic links for EMC installation and hardcopies for NCO delivery -function _usage() { +function usage() { cat << EOF Builds all of the global-workflow components by calling the individual build scripts in sequence.