Skip to content

Commit b286d53

Browse files
committed
fix(sbopkg): add ; mandatory before } in POSIX sed
1 parent 395e463 commit b286d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/sbopkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ _comp_cmd_sbopkg()
6262
[[ -r $file ]] || return
6363

6464
COMPREPLY=($(
65-
command sed -ne "/^SLACKBUILD NAME: $cur/{s/^SLACKBUILD NAME: //;p}" \
65+
command sed -ne "/^SLACKBUILD NAME: $cur/{s/^SLACKBUILD NAME: //;p;}" \
6666
"$file"
6767
))
6868
_comp_compgen -aC "$QUEUEDIR" -- -f -X "!*.sqf"

0 commit comments

Comments
 (0)