From f635c9fb695d5d84748614182519d7410fca6a48 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 18 Feb 2019 22:50:58 +0000 Subject: [PATCH] etc/profile.d/functions --- etc/profile.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/functions b/etc/profile.d/functions index 6d4eb239..50cf88c5 100755 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -695,7 +695,7 @@ password_create() { if ! type which > /dev/null; then which() { - type "$1" + type "$1" 2>&1 } fi -- 2.47.3