Skip to content

Commit 9eede16

Browse files
committed
chore(ci): fix ci failure of parseOpts.sh
1 parent dff7a55 commit 9eede16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/parseOpts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ parseOpts() {
183183
local optDescLines=$(echo "$optsDescription" |
184184
# cut head and tail space
185185
$_opts_SED_CMD -r 's/^\s+//;s/\s+$//' |
186-
awk -F '[\t ]*\\\\|[\t ]*' '{for(i=1; i<=NF; i++) print $i}')
186+
awk -F '[\t ]*\\|[\t ]*' '{for(i=1; i<=NF; i++) print $i}')
187187

188188
local optDesc
189189
while read optDesc; do # optDesc LIKE b,b-long:

0 commit comments

Comments
 (0)