From bce43df70d1b09d9480dca36e6dd2641facdb6f0 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 18 Jun 2016 00:07:39 +0200 Subject: 38703: support su options on macOS --- Completion/Unix/Command/_su | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_su') diff --git a/Completion/Unix/Command/_su b/Completion/Unix/Command/_su index 73b27ee90..900905632 100644 --- a/Completion/Unix/Command/_su +++ b/Completion/Unix/Command/_su @@ -25,7 +25,7 @@ case $OSTYPE in ) first="(--help --version)${first#???}" ;; - *bsd*|dragonfly*) + *bsd*|darwin*|dragonfly*) args+=( '-c[use settings from specified login class]:class' '-f[if the invoked shell is csh, prevent it from reading .cshrc]' -- cgit 1.4.1