From: Chris Sharp Date: Thu, 12 Dec 2013 01:20:07 +0000 (-0500) Subject: Experimenting with syntax. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2404203158d8720c6b7e92569aaa08f4efe8c39c;p=working%2FOpenSRF.git Experimenting with syntax. Signed-off-by: Chris Sharp --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 0ead7b8..1aea68c 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