From 7fed878e67c0da9b27322f5d9697e3be7d86a55e Mon Sep 17 00:00:00 2001 From: neher-igel Date: Mon, 20 Nov 2023 15:11:33 -0700 Subject: [PATCH] Netskope (20 November) --- CP_Source/Apps/Netskope/build/build-netskope-cp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CP_Source/Apps/Netskope/build/build-netskope-cp.sh b/CP_Source/Apps/Netskope/build/build-netskope-cp.sh index 0b5313e2..b66174e0 100755 --- a/CP_Source/Apps/Netskope/build/build-netskope-cp.sh +++ b/CP_Source/Apps/Netskope/build/build-netskope-cp.sh @@ -136,7 +136,7 @@ chmod a+x custom/${CP}-cp-init-script.sh cd custom # edit inf file for version number -VERSION=$(head -n 25 ${GETVERSION_FILE} | grep "^appversion" | cut -d "\""" -f 2) +VERSION=$(head -n 25 ${GETVERSION_FILE} | grep "^appversion" | cut -d "\"" -f 2) #echo "Version is: " ${VERSION} sed -i "/^version=/c version=\"${VERSION}\"" target/${CP}.inf #echo "${CP}.inf file is:"