Skip to content

Commit a3aa845

Browse files
committed
*: avoid shellcheck SC1010
1 parent 7748282 commit a3aa845

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bash_completion

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,8 +1828,8 @@ _command_offset()
18281828
fi
18291829
fi
18301830
}
1831-
complete -F _command aoss command do else eval exec ltrace nice nohup padsp \
1832-
then time tsocks vsound xargs
1831+
complete -F _command aoss command "do" else eval exec ltrace nice nohup padsp \
1832+
"then" time tsocks vsound xargs
18331833

18341834
_root_command()
18351835
{

completions/bts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _bts()
5252
source tag severity owner affects archive' -- "$cur") )
5353
return
5454
;;
55-
clone|done|reopen|archive|unarchive|retitle|summary|submitter|found\
55+
clone|"done"|reopen|archive|unarchive|retitle|summary|submitter|found\
5656
|notfound|fixed|notfixed|merge|forcemerge|unmerge|claim|unclaim\
5757
|forwarded|notforwarded|owner|noowner|subscribe|unsubscribe\
5858
|reportspam|spamreport|affects|usertag|usertags|reassign|tag\

0 commit comments

Comments
 (0)