diff options
Diffstat (limited to 'jjb/scripts/setup_vpp_dpdk_dev_env.sh')
-rw-r--r-- | jjb/scripts/setup_vpp_dpdk_dev_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/scripts/setup_vpp_dpdk_dev_env.sh b/jjb/scripts/setup_vpp_dpdk_dev_env.sh index ee9e98b76..c461695e3 100644 --- a/jjb/scripts/setup_vpp_dpdk_dev_env.sh +++ b/jjb/scripts/setup_vpp_dpdk_dev_env.sh @@ -17,7 +17,7 @@ echo DISTRIB_CODENAME: $DISTRIB_CODENAME echo DISTRIB_DESCRIPTION: $DISTRIB_DESCRIPTION function setup { - if [ -z ${REPO_NAME} ]; then + if ! [ -z ${REPO_NAME} ]; then echo "INSTALLING VPP-DPKG-DEV from apt/yum repo" REPO_URL="${NEXUSPROXY}/content/repositories/fd.io.${REPO_NAME}" echo "REPO_URL: ${REPO_URL}" |