Skip to content

Commit 2d2d15b

Browse files
committed
pkg-get,pkgrm: Drop unnecessary _have calls
1 parent b31c0f9 commit 2d2d15b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

completions/pkg-get

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# Copyright 2006 Yann Rouillard <yann@opencsw.org>
44

5-
_have pkg-get &&
65
_pkg-get_get_catalog_file()
76
{
87
local url="$1"

completions/pkgrm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# Copyright 2006 Yann Rouillard <yann@opencsw.org>
44

5-
_have pkgrm &&
65
_pkgrm ()
76
{
87
local cur prev words cword

0 commit comments

Comments
 (0)