From 7da884cbd2a66c307b189a3f046d7ad0d90bc737 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 11 Dec 2013 20:24:04 -0500 Subject: [PATCH] Further corrections. :-/ Signed-off-by: Chris Sharp --- src/extras/Makefile.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index bd6b73c..98de81e 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -231,7 +231,7 @@ install_extra_debs_precise: # CentOS install_epel: - if [ $$(uname -r | grep el6) ]; then \ + if [ "$$(uname -r | grep el6)" ]; then \ wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm; rpm -Uvh epel-release-6-8.noarch.rpm; fi -- 2.11.0