From 624bea50971f490dd70752c3739392a89b3fe1eb Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 16 Aug 2017 11:46:55 +0100 Subject: [PATCH] updated all.sh --- all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.sh b/all.sh index e4b785e4..9a79ab8b 100755 --- a/all.sh +++ b/all.sh @@ -54,7 +54,7 @@ bash_tools_start_time="$(start_timer)" . "$srcdir/check_travis_yml.sh" # too heavy to run all the time, isExcluded on every file has really bad performance -#"$srcdir/whitespace.sh" +. "$srcdir/whitespace.sh" #for script in $(find . -name 'test*.sh'); do # "$srcdir/$script" -vvv