Fix typo in include-raw-nsh_sfc-pkg-push.sh 40/2740/1
authorEd Warnicke <eaw@cisco.com>
Thu, 8 Sep 2016 22:46:38 +0000 (15:46 -0700)
committerEd Warnicke <eaw@cisco.com>
Thu, 8 Sep 2016 22:46:38 +0000 (15:46 -0700)
Change-Id: I41fcc9719257999c953b35e27ca75547e3d11195
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh

index bf9d53d..c92db08 100644 (file)
@@ -2,7 +2,7 @@
 # basic build script example
 set -e -o pipefail
 
-if [ "${{OS}}" == "ubuntu1404" ]; then
+if [ "${OS}" == "ubuntu1404" ]; then
     cd nsh-plugin/build/java/jvpp
     $MVN deploy \
         -gs $GLOBAL_SETTINGS_FILE -s $SETTINGS_FILE