Skip to content

Commit 0e3a17d

Browse files
committed
1 parent 50865aa commit 0e3a17d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

completions/pkgutil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# pkgutil completion -*- shell-script -*-
22
# Copyright 2006 Yann Rouillard <[email protected]>
33

4+
# At least macOS pkgutil is different
5+
[[ $OSTYPE == *solaris* ]] || return 1
6+
47
_comp_cmd_pkgutil__url2catalog()
58
{
69
local filename="$1"

0 commit comments

Comments
 (0)