Skip to content

Commit 22db6dc

Browse files
committed
fix(minicom): fix broken double quotation
1 parent fef5657 commit 22db6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/minicom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _minicom()
1919
--ptty | -${noargopts}p)
2020
_comp_expand_glob COMPREPLY '/dev/tty*'
2121
((${#COMPREPLY[@]})) &&
22-
COMPREPLY=($(compgen -W '"${COMPREPLY[@]}" "${COMPREPLY[@]#/dev/}}' \
22+
COMPREPLY=($(compgen -W '"${COMPREPLY[@]}" "${COMPREPLY[@]#/dev/}"' \
2323
-- "$cur"))
2424
return
2525
;;

0 commit comments

Comments
 (0)