From 93dc160746cc40b7b7411476a9d12c8876e6cf1b Mon Sep 17 00:00:00 2001 From: sharath reddy Date: Tue, 10 Apr 2018 20:14:54 +0530 Subject: removing unwanted command Change-Id: Iabbe758686587508a67932b688179dda245bc73e Signed-off-by: sharath reddy --- scripts/build.sh | 2 -- 1 file changed, 2 deletions(-) mode change 100644 => 100755 scripts/build.sh diff --git a/scripts/build.sh b/scripts/build.sh old mode 100644 new mode 100755 index 9240061..594af7f --- a/scripts/build.sh +++ b/scripts/build.sh @@ -112,6 +112,4 @@ rm -rf * cmake -D DMM_DPDK_INSTALL_DIR=$DPDK_INSTALL_PATH .. make -j 8 -#DPDK install path need to be updated below if it is changed -sed -i 's!export DPDK_INSTALL_PATH.*!export DPDK_INSTALL_PATH="/root/dpdk_install/tmp/"!1' ../thirdparty/stackpool/release/script/nstack_var.sh echo "DMM build finished....." -- cgit 1.2.3-korg