From: Nicolas Boisselier Date: Mon, 18 Feb 2019 22:50:58 +0000 (+0000) Subject: etc/profile.d/functions X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=f635c9fb695d5d84748614182519d7410fca6a48;p=nb.git etc/profile.d/functions --- 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