You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/04/25 10:13:13 UTC

[groovy] 03/03: GROOVY-9073: added compiler option to enable preview features - fix typo (closes #906)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 4945a52e04bf57874ab59a6e791dd324062c9b1f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Apr 25 20:01:01 2019 +1000

    GROOVY-9073: added compiler option to enable preview features - fix typo (closes #906)
---
 src/bin/startGroovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/startGroovy b/src/bin/startGroovy
index eb39c68..a232f1f 100644
--- a/src/bin/startGroovy
+++ b/src/bin/startGroovy
@@ -290,7 +290,7 @@ startGroovy ( ) {
             "$STARTER_MAIN_CLASS" \
             --main "$CLASS" \
             --conf "$GROOVY_CONF" \
-            --classpath "$CP" "$REPLACE_PREVIEW" \
+            --classpath "$CP" $REPLACE_PREVIEW \
             "$@"
     fi
 }