Apex: fix latest rpm path 13/20713/1
authorTim Rozet <trozet@redhat.com>
Thu, 8 Sep 2016 21:29:40 +0000 (17:29 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 8 Sep 2016 21:29:40 +0000 (17:29 -0400)
Change-Id: I396e8b8e3958cb89cdd3d8790f78ae4085e90e47
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex-deploy.sh

index 4fd7b00..3b43dcf 100755 (executable)
@@ -55,7 +55,7 @@ else
       # source the file so we get OPNFV vars
       source opnfv.properties
       RPM_INSTALL_PATH=$(echo $OPNFV_RPM_URL | sed 's/'"$(basename $OPNFV_RPM_URL)"'//')
-      RPM_LIST=$RPM_INSTALL_PATH/$(basename $OPNFV_RPM_URL)
+      RPM_LIST=${RPM_INSTALL_PATH}$(basename $OPNFV_RPM_URL)
     fi
 fi