We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaf610 commit e561a99Copy full SHA for e561a99
argument-parser.sh
@@ -32,7 +32,7 @@ for argChunk in "$@"; do
32
# Get the chunk or arguments
33
chainedChunk="${BASH_REMATCH[1]}";
34
35
- [ $ARG_DEBUG == true ] && echo "Expanding chained argument chunk: $chainedChunk"
+ [ "$ARG_DEBUG" == true ] && echo "Expanding chained argument chunk: $chainedChunk"
36
37
i=0
38
# Expand out the chunk into individual arguments
0 commit comments