relative includes in r7rs library definitions
Seth Alves
alves@hungry.com
Wed Nov 26 13:34:00 GMT 2014
These both seem to work for me. I'm running on Ubuntu 14.04, the shell
I get is /bin/bash:
ii bash 4.3-7ubuntu1 amd64 GNU Bourne Again SHell
Also on this system is /bin/sh (which kawa's configure does not choose)
ii dash 0.5.7-4ubunt amd64 POSIX-compliant shell
-seth
On 11/25/2014 11:30 PM, Per Bothner wrote:
> I experimented some, and it looks like the following works, at least
> on ksh:
> jvm_args+=("$arg")
>
> An alternative that may be more portable (though it also goes beyond
> Posix):
> jvm_args[i++]="$arg"
More information about the Kawa
mailing list