X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fgather.sh;h=e0829400b00dc4669fd3c4f8e403ccf016f42e2a;hp=ce1ed5bffcbac2b32fc1e4686e572f9ecacc643d;hb=HEAD;hpb=0f195d86c9f5cf0fa8e82464428158a86f0b6113 diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh index ce1ed5bffc..e432777e32 100644 --- a/resources/libraries/bash/function/gather.sh +++ b/resources/libraries/bash/function/gather.sh @@ -174,7 +174,7 @@ function gather_vpp () { ;; "vpp-csit-"*) # Shorten line. - pgks="${PKG_SUFFIX}" + pkgs="${PKG_SUFFIX}" # Use locally built packages. mv "${DOWNLOAD_DIR}"/../*vpp*."${pkgs}" "${DOWNLOAD_DIR}"/ || { die "Move command failed."