From c75fb038473a104eb86f15ac4fae4dc544fcfdc4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 31 Mar 2010 00:33:08 +0200 Subject: [PATCH] shell/logout: Ignore errors if sudo isn't installed. --- shell/logout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/logout b/shell/logout index 93135ee..10affa1 100644 --- a/shell/logout +++ b/shell/logout @@ -12,6 +12,6 @@ if [ "$SHLVL" = 1 ]; then fi # Make sure sudo rights are removed. -sudo -k +sudo -k > /dev/null 2>&1 # vim: ft=sh -- 2.44.1