aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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