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 c73532c commit 6885919Copy full SHA for 6885919
staging/src/k8s.io/kubectl/pkg/cmd/completion/completion.go
@@ -275,7 +275,7 @@ autoload -U +X bashcompinit && bashcompinit
275
# use word boundary patterns for BSD or GNU sed
276
LWORD='[[:<:]]'
277
RWORD='[[:>:]]'
278
-if sed --help 2>&1 | grep -q GNU; then
+if sed --help 2>&1 | grep -q 'GNU\|BusyBox'; then
279
LWORD='\<'
280
RWORD='\>'
281
fi
0 commit comments