summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-02-20 09:32:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-20 09:32:08 +0100
commit7536acb3b608c0aa5ae79491e9a4e708862c543d (patch)
tree6cb3a57a14ccdca196f50a3937c40a702c821c25 /Makefile.in
parent17c5edd5d6203f0ff7d24c62450c0a060f6f8f34 (diff)
Fix test
...broken with 60f1490af9b29ac2df8e9e9411e9d41b472f9113 "Buildsystem changes to recognize Haiku." Change-Id: If08a0ca2e4c4809b832c69d999ff075ad56829af
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 3fb86acf4dc1..470c6956cc0e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -59,7 +59,7 @@ else # MAKE_RESTARTS
all: build
check-if-root:
- @if test ! `uname` = 'Haiku' && `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \
+ @if test ! `uname` = 'Haiku' -a `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \
echo; \
echo 'No. You make ME a sandwich.'; \
echo; \