aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorc+12023-11-17 10:59:06 -0500
committerc+12023-11-17 10:59:06 -0500
commit7be0923d486cd6ed2e304d3673146563ad677ea7 (patch)
tree793ec2091f778e214f947854d4240af6f13db298 /Makefile
parentcd294fb6188ee26caac8c78353f34e757dfd3b10 (diff)
Minor tweaks to cli
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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