Skip to content

Commit

Permalink
Merge pull request #328 from zowe/bugfix/v2/rexx-rename
Browse files Browse the repository at this point in the history
rexx rename
  • Loading branch information
1000TurquoisePogs authored Aug 31, 2022
2 parents 68de2af + 205b682 commit 4609827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pax/configmgr-rexx/pre-packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ echo "$SCRIPT_NAME coping files should be in pax ..."
cd "$SCRIPT_DIR/content"
cp ../bak/bin/ZWECFG31 .
cp ../bak/bin/ZWECFG64 .
cp ../bak/bin/ZWECFGLE .
cp ../bak/bin/ZWERXCFG .
2 changes: 1 addition & 1 deletion build/build_rexxcmgr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ xlc \
-I ${GSKINC} \
-I "${DEPS_DESTINATION}/${LIBYAML}/include" \
-I "${DEPS_DESTINATION}/${QUICKJS}" \
-o "${COMMON}/bin/ZWECFGLE" \
-o "${COMMON}/bin/ZWERXCFG" \
api.o \
reader.o \
scanner.o \
Expand Down
2 changes: 1 addition & 1 deletion build/deploy_rexxcmgr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [ "$#" -eq 1 ]
then
cp ../bin/ZWECFG31 "//'$1(ZWECFG31)'"
cp ../bin/ZWECFG64 "//'$1(ZWECFG64)'"
cp ../bin/ZWECFGLE "//'$1(ZWERXCFG)'"
cp ../bin/ZWERXCFG "//'$1(ZWERXCFG)'"
else
echo "Bad arguments"
fi
Expand Down

0 comments on commit 4609827

Please sign in to comment.