From 02ee950ec1c3e30f57cd1190d220890112b2956e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 20 Nov 2019 20:39:49 +0100 Subject: [PATCH] shell/logout: remove newline --- shell/shell/logout | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/shell/logout b/shell/shell/logout index a5e1bbc..95b7248 100644 --- a/shell/shell/logout +++ b/shell/shell/logout @@ -18,7 +18,6 @@ # When leaving the console clear the screen to increase privacy. Taken from # Debian default bash files and modified. Thanks. - if test -x /usr/bin/clear_console; then /usr/bin/clear_console -q else -- 2.43.2