Skip to content

Commit

Permalink
pkg_delete: don't limit to FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and algorythmic committed Oct 7, 2019
1 parent c6884df commit 8534e2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions completions/pkg_delete
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# bash completion for FreeBSD package management tools -*- shell-script -*-

[[ $OSTYPE == *freebsd* ]] || return 1
# bash completion for *BSD package management tools -*- shell-script -*-

_pkg_delete()
{
Expand Down

0 comments on commit 8534e2a

Please sign in to comment.