Skip to content

Commit

Permalink
line too long in JCL
Browse files Browse the repository at this point in the history
Signed-off-by: mm667937 <[email protected]>
  • Loading branch information
muzikovam committed Aug 29, 2024
1 parent d800efc commit 5eeb78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pswi/05_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ echo "SH set -x;set -e;" >> JCL
echo "cd ${WORK_MOUNT};" >> JCL
echo "source=\"${ZOWE_MOUNT}files/workflows/ZWECONF.properties\";" >> JCL
echo "runtime=\"${WORK_MOUNT}\";" >> JCL
echo "sed 's|zowe_runtimeDirectory=|zowe_runtimeDirectory=\$runtime|g' \$source > _ZWECONF;" >> JCL
echo "cp -T _ZWECONF \$source;" >> JCL
echo "sed 's|runtimeDirectory=|runtimeDirectory=\$runtime|g' \$source > _ZWECONF;" >> JCL
echo "mv _ZWECONF \$source;" >> JCL
echo "cat \$source | grep -o \'\"runtimeDirectory\"\';" >> JCL
echo "/*" >> JCL
# If this does not work, sed locally and upload input file
Expand Down

0 comments on commit 5eeb78a

Please sign in to comment.