wohali commented on issue #2352: Remsh improvements URL: https://github.com/apache/couchdb/pull/2352#issuecomment-564642741 Output of `checkbashisms (1)`: ``` possible bashism in rel/overlay/bin/remsh line 32 (alternative test command ([[ foo ]] should be [ foo ])): if [[ $ERL_FLAGS =~ $kCOOKIE_REGEX ]]; then possible bashism in rel/overlay/bin/remsh line 33 ($BASH_SOMETHING): COOKIE="${BASH_REMATCH[1]}" possible bashism in rel/overlay/bin/remsh line 33 (bash arrays, ${name[0|*|@]}): COOKIE="${BASH_REMATCH[1]}" ``` and I can't recall if your line 38 is a bashism or not.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
