Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9eede16

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /