From 8c28aac26d92f85918f87289f19178af243ee474 Mon Sep 17 00:00:00 2001 From: Owen Stephens Date: Sat, 27 Oct 2018 06:38:08 +0100 Subject: [PATCH] comment whitespace to ensure all arguments used --- refine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refine b/refine index 8753285f2..33556d465 100755 --- a/refine +++ b/refine @@ -889,7 +889,7 @@ add_option "-Dpython.cachedir=$HOME/.local/share/google/refine/cachedir" # ----- Respond to the action given -------------------------------------------- case "$ACTION" in - build) build_prepare; mvn process-resources; mvn compile test-compile;; + build) build_prepare; mvn process-resources; mvn compile\ test-compile;; clean) mvn clean;; whitespace) whitespace $1;; distclean) mvn distclean;;