From 21a48d89b006c9faa67c8fa5512bc9b52e7e1d1c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 31 Jul 2013 17:33:34 +1200 Subject: Stop ignoring error output from setup commands --- bash/bash_logout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bash_logout') diff --git a/bash/bash_logout b/bash/bash_logout index c9b0ec6f..4438bbe6 100644 --- a/bash/bash_logout +++ b/bash/bash_logout @@ -1,6 +1,6 @@ # Clear console if possible when logging out if [[ "$SHLVL" = 1 ]]; then - command -v clear_console &>/dev/null \ + command -v clear_console >/dev/null \ && clear_console -q fi -- cgit v1.2.3