Merge pull request #1773 from ostephens/fix-refine-build

Comment whitespace in command to ensure all arguments used
This commit is contained in:
Antonin Delpeuch 2018-10-27 08:53:20 +02:00 committed by GitHub
commit 3fb282852d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
refine
View File

@ -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;;