From: chengli3 Date: Mon, 28 Oct 2019 06:06:41 +0000 (+0800) Subject: Fix bash format and Makefile bug X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=2ad11843a111c11dc110c35dfd53448338044e66;p=icn.git Fix bash format and Makefile bug Signed-off-by: chengli3 Change-Id: I775ddb60185209c11f0539e5aa268bd35a73b450 --- diff --git a/Makefile b/Makefile index 2f293bd..e521c81 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ bpa_op_install: kud_download bpa_op_all: bm_all bpa_op_install bashate: - bashate -i E006 `find . -name *.sh`i + bashate -i E006 `find . -name *.sh` verify_all: diff --git a/ci/jjb/shell/verify.sh b/ci/jjb/shell/verify.sh index 4b3016f..e14e65a 100644 --- a/ci/jjb/shell/verify.sh +++ b/ci/jjb/shell/verify.sh @@ -6,7 +6,7 @@ echo "---> verify.sh" set -exuf -o pipefail function clean_vm { - vagrant destroy -f + vagrant destroy -f } trap clean_vm EXIT