* Added an "exec" to the generated scheme-script.
This commit is contained in:
parent
3a3bc7dcc1
commit
97672d5990
|
@ -13,7 +13,7 @@ bin_SCRIPTS = scheme-script
|
||||||
|
|
||||||
scheme-script:
|
scheme-script:
|
||||||
echo "#!/bin/sh" > scheme-script
|
echo "#!/bin/sh" > scheme-script
|
||||||
echo "$(bindir)/ikarus --r6rs-script \$$@" >> scheme-script
|
echo "exec $(bindir)/ikarus --r6rs-script \$$@" >> scheme-script
|
||||||
|
|
||||||
CLEANFILES = scheme-script bootfileloc.h
|
CLEANFILES = scheme-script bootfileloc.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue