Skip to content

Commit

Permalink
Amend paths zowe#2
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Nikolaev <[email protected]>
  • Loading branch information
DNikolaevAtRocket committed Nov 19, 2019
1 parent 2af81ca commit e7cee49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_zss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "**************************************************************************
echo "Building ZSS..."

mkdir -p "${WORKING_DIR}/tmp-zss" && cd "$_"
IFS='.' read -r major minor micro < "${WORKING_DIR}/../version.txt"
IFS='.' read -r major minor micro < "${ZSS}/version.txt"
date_stamp=$(date +%Y%m%d)
c89 \
-DPRODUCT_MINOR_VERSION="$major" \
Expand Down

0 comments on commit e7cee49

Please sign in to comment.