From 7be0923d486cd6ed2e304d3673146563ad677ea7 Mon Sep 17 00:00:00 2001 From: c+1 Date: Fri, 17 Nov 2023 10:59:06 -0500 Subject: Minor tweaks to cli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05525e7..a2b1bd7 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,6 @@ me a: @exit sandwich: - @[ $(id -u) -eq 0 ] && echo "Okay." || echo "What? Make(1) it yourself." + @[ "${USER}" = "root" ] && echo "Okay." || echo "What? Make(1) it yourself." .PHONY: all reg_options dbg_options dbg install uninstall clean -- cgit v1.2.3