From a7a26b8bbbdbe018230609facd6d3264687baaa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 10 Mar 2007 00:17:29 +0000 Subject: Quote id -u usage so that it doesn't throw an error in Solaris older than 11. Patch by Albert Lee. CVS patchset: 8654 CVS date: 2007/03/10 00:17:29 --- misc/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3