Skip to content

Commit

Permalink
Merge branch 'v3.x.x' into reboot/refactor-cgw-from-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobhajayanna authored Dec 13, 2024
2 parents c9013cb + 1106cb9 commit e82efeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-package/src/main/resources/bin/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi

if [ -e "$SOURCE_FILE" ]; then
# _BPXK_AUTOCVT is set on some systems and resulted in twice-converted files when run through chtag and sed
_BPXK_AUTOCVT="OFF" sed -W filecodeset=ISO8859-1 -e "s|%ZOSMF_SCHEME%|${ZOSMF_SCHEME}|g" $SOURCE_FILE >$DEST_FILE # implicit EBCDIC out
_BPXK_AUTOCVT="ON" sed -W filecodeset=ISO8859-1 -e "s|%ZOSMF_SCHEME%|${ZOSMF_SCHEME}|g" $SOURCE_FILE >$DEST_FILE # implicit EBCDIC out
iconv -f IBM-1047 -t ISO8859-1 $DEST_FILE >$SOURCE_FILE
_BPXK_AUTOCVT="OFF" chtag -tc ISO8859-1 $SOURCE_FILE
rm -f $DEST_FILE
Expand Down

0 comments on commit e82efeb

Please sign in to comment.