You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Keegan Witt (JIRA)" <ji...@apache.org> on 2018/01/21 19:25:02 UTC

[jira] [Comment Edited] (GROOVY-7906) groovy-2.4.7/bin/startGroovy: line 275: syntax error: bad substitution

    [ https://issues.apache.org/jira/browse/GROOVY-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333634#comment-16333634 ] 

Keegan Witt edited comment on GROOVY-7906 at 1/21/18 7:24 PM:
--------------------------------------------------------------

Actually, testing with 2.4.13 is passing event without cherry-picking these changes in.  It looks like {{$\{BASH}}} is no longer set in Alpine.  Although these are probably good things to get merged anyway.


was (Author: keegan):
Actually, testing with 2.4.13 is passing event without cherry-picking these changes in.  It looks like {{$\{BASH}}} is no longer set in Alpine.

> groovy-2.4.7/bin/startGroovy: line 275: syntax error: bad substitution
> ----------------------------------------------------------------------
>
>                 Key: GROOVY-7906
>                 URL: https://issues.apache.org/jira/browse/GROOVY-7906
>             Project: Groovy
>          Issue Type: Bug
>    Affects Versions: 2.4.7
>         Environment: Alpine linux (=> no bash, busybox only)
>            Reporter: Peter Butkovic
>            Assignee: Daniel Sun
>            Priority: Major
>
> running groovy in alpine linux results in:
> {code}
> /tmp/groovy-2.4.7/bin/startGroovy: line 275: syntax error: bad substitution
> {code}
> as a workaround I'm running:
> {code}
> sed -ie '274,275d' /tmp/groovy-2.4.7/bin/startGroovy
> {code}
> prior to invoking groovy



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)