Skip to content

Commit

Permalink
Merge pull request #3727 from zowe/Martin-Zeithaml-patch-1
Browse files Browse the repository at this point in the history
Update zwe for handeling missing parms
  • Loading branch information
MarkAckert authored Feb 6, 2024
2 parents ae070bb + 8ad163e commit 24e90c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/zwe
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ while [ $# -gt 0 ]; do
print_error_and_exit "Error ZWEL0103E: Invalid type of parameter ${arg}" "" 103
fi
fi
shift
if [ $# -gt 0 ]; then
shift
fi
done

# debug results
Expand Down

0 comments on commit 24e90c6

Please sign in to comment.