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.
parseOpts.sh
1 parent dff7a55 commit 9eede16Copy full SHA for 9eede16
lib/parseOpts.sh
@@ -183,7 +183,7 @@ parseOpts() {
183
local optDescLines=$(echo "$optsDescription" |
184
# cut head and tail space
185
$_opts_SED_CMD -r 's/^\s+//;s/\s+$//' |
186
- awk -F '[\t ]*\\\\|[\t ]*' '{for(i=1; i<=NF; i++) print $i}')
+ awk -F '[\t ]*\\|[\t ]*' '{for(i=1; i<=NF; i++) print $i}')
187
188
local optDesc
189
while read optDesc; do # optDesc LIKE b,b-long:
0 commit comments