From bea0b17c9ef2d1b9c32e75598ca9baab5381b2f3 Mon Sep 17 00:00:00 2001 From: Christian Rondeau Date: Sun, 23 Apr 2017 08:13:02 -0400 Subject: [PATCH] Aucompletion guards for /etc/passwd #3980 --- share/functions/__fish_complete_users.fish | 2 +- share/functions/__fish_print_users.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/functions/__fish_complete_users.fish b/share/functions/__fish_complete_users.fish index f7002fe21..120c62494 100644 --- a/share/functions/__fish_complete_users.fish +++ b/share/functions/__fish_complete_users.fish @@ -4,7 +4,7 @@ function __fish_complete_users --description "Print a list of local users, with getent passwd | cut -d : -f 1,5 | string replace -r ':' \t else if test -x /usr/bin/dscl dscl . -list /Users RealName | string match -r -v '^_' | string replace -r ' {2,}' \t - else + else if test -e /etc/passwd string match -v -r '^\s*#'