comment whitespace to ensure all arguments used

This commit is contained in:
Owen Stephens 2018-10-27 06:38:08 +01:00
parent 676d051cac
commit 8c28aac26d

2
refine
View File

@ -889,7 +889,7 @@ add_option "-Dpython.cachedir=$HOME/.local/share/google/refine/cachedir"
# ----- Respond to the action given -------------------------------------------- # ----- Respond to the action given --------------------------------------------
case "$ACTION" in 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;; clean) mvn clean;;
whitespace) whitespace $1;; whitespace) whitespace $1;;
distclean) mvn distclean;; distclean) mvn distclean;;