Skip to content

Commit

Permalink
Changes to sed command to use pr 107 of launcher (#3816)
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored May 1, 2024
1 parent 5c0d368 commit 2b08d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/init/stc/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=$?
Expand Down

0 comments on commit 2b08d66

Please sign in to comment.