pkgsrc-ng/shells/bash-completion/patches/patch-completions_man
2013-09-26 17:14:40 +02:00

15 lines
476 B
Plaintext

$NetBSD: patch-completions_man,v 1.1 2013/05/10 12:01:51 imil Exp $
Added NetBSD for man completion
--- completions/man.orig 2013-04-05 10:55:51.000000000 +0000
+++ completions/man
@@ -1,6 +1,6 @@
# man(1) completion -*- shell-script -*-
-[[ $OSTYPE == *@(darwin|freebsd|solaris|cygwin|openbsd)* ]] || _userland GNU \
+[[ $OSTYPE == *@(darwin|freebsd|solaris|cygwin|openbsd|netbsd)* ]] || _userland GNU \
|| return 1
_man()