]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove quotes on yum install 105/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 20 Jul 2015 18:37:49 +0000 (14:37 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 20 Jul 2015 18:37:49 +0000 (14:37 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy/build/setup

index 40da36adfbe2bcea14c1aa2a4928f222d0d59345..7322160e500e3e6cbc7f0e22d1625cf6f7a47669 100644 (file)
@@ -14,5 +14,5 @@ set -e
 rpm_deps="python-devel python-virtualenv python-mock python-tox pytest"
 
 if test -f /etc/redhat-release ; then
-    sudo yum install -y "$rpm_deps"
+    sudo yum install -y $rpm_deps
 fi