We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3279584 commit 0048047Copy full SHA for 0048047
1 file changed
argument-parser.sh
@@ -62,7 +62,7 @@ argGetName() {
62
done
63
64
# Check if the argument must be defined
65
- if [ "$ARG_MUST_BE_DEFINED" == true ]; then
+ if [ "$ARG_MUST_BE_DEFINED" != false ]; then
66
argUnexpected "$argChunk"
67
exit 2
68
fi
0 commit comments