From a04a875bb8772610bcdcdf67a24e7054e665062a Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 1 May 2024 11:58:06 +0200 Subject: [PATCH] Changes to sed command to use pr 107 of launcher Signed-off-by: 1000TurquoisePogs --- bin/commands/init/stc/index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/commands/init/stc/index.sh b/bin/commands/init/stc/index.sh index ec77fbabba..c26cf6e7e8 100644 --- a/bin/commands/init/stc/index.sh +++ b/bin/commands/init/stc/index.sh @@ -115,7 +115,7 @@ else print_message "Please manually verify if this path works for your environment, especially when you are working in Sysplex environment." fi result=$(cat "//'${prefix}.${ZWE_PRIVATE_DS_SZWESAMP}(ZWESLSTC)'" | \ - sed "s/^\/\/STEPLIB .*\$/\/\/STEPLIB DD DSNAME=${authLoadlib},DISP=SHR/" | \ + sed "s/^\/\/STEPLIB .*\$/\/\/STEPLIB DD DSNAME=${authLoadlib},/" | \ sed "s#^CONFIG=.*\$#CONFIG=$(convert_to_absolute_path ${ZWE_CLI_PARAMETER_CONFIG})#" \ > "${tmpfile}") code=$?