summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.common b/misc/Makefile.common
index 200617c2a..ad23067f6 100644
--- a/misc/Makefile.common
+++ b/misc/Makefile.common
@@ -12,7 +12,7 @@ install-data-hook:
$(top_srcdir)/post-install.sh ; \
fi; \
fi; \
- if test -x /usr/bin/chcon -a `id -u` -eq 0; then \
+ if test -x /usr/bin/chcon -a "`id -u`" -eq 0; then \
list='$(lib_LTLIBRARIES)'; \
if test -n "$$list" ; then \
for p in $$list; do \