Fix shellcheck errors for include-raw-nsh_sfc-pkg-push.sh 44/2744/2
authorEd Warnicke <eaw@cisco.com>
Thu, 8 Sep 2016 23:23:20 +0000 (16:23 -0700)
committerEd Warnicke <eaw@cisco.com>
Thu, 8 Sep 2016 23:27:30 +0000 (16:27 -0700)
Change-Id: I5b8e797b66a298d785c16059fe330cddebd93d88
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/nsh_sfc/include-raw-nsh_sfc-pkg-push.sh

index c92db08..79a3827 100644 (file)
@@ -5,6 +5,6 @@ set -e -o pipefail
 if [ "${OS}" == "ubuntu1404" ]; then
     cd nsh-plugin/build/java/jvpp
     $MVN deploy \
-        -gs $GLOBAL_SETTINGS_FILE -s $SETTINGS_FILE
+        -gs "$GLOBAL_SETTINGS_FILE" -s "$SETTINGS_FILE"
     cd -
 fi
\ No newline at end of file