We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
;
}
1 parent 395e463 commit b286d53Copy full SHA for b286d53
completions/sbopkg
@@ -62,7 +62,7 @@ _comp_cmd_sbopkg()
62
[[ -r $file ]] || return
63
64
COMPREPLY=($(
65
- command sed -ne "/^SLACKBUILD NAME: $cur/{s/^SLACKBUILD NAME: //;p}" \
+ command sed -ne "/^SLACKBUILD NAME: $cur/{s/^SLACKBUILD NAME: //;p;}" \
66
"$file"
67
))
68
_comp_compgen -aC "$QUEUEDIR" -- -f -X "!*.sqf"
0 commit comments