comment whitespace to ensure all arguments used
This commit is contained in:
parent
676d051cac
commit
8c28aac26d
2
refine
2
refine
@ -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;;
|
||||||
|
Loading…
Reference in New Issue
Block a user