Merge pull request #1773 from ostephens/fix-refine-build
Comment whitespace in command to ensure all arguments used
This commit is contained in:
commit
3fb282852d
2
refine
2
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;;
|
||||
|
Loading…
Reference in New Issue
Block a user