From 1f295eeaba14376e8fc1da6bb5257364079d9c3f Mon Sep 17 00:00:00 2001 From: Jaromil Date: Mon, 13 May 2024 01:38:03 +0200 Subject: [PATCH] typo in check --- tomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomb b/tomb index c299d142..04f36224 100755 --- a/tomb +++ b/tomb @@ -131,7 +131,7 @@ _sudo() { esac else - if "`id -u`" = "0"; then + if [[ "`id -u`" = "0" ]]; then _verbose "Super user execution skipped (SUID caller)" ${@} return $?