This commit is contained in:
SANO Masatoshi 2015-08-22 23:14:51 +09:00
parent 39c7e2582e
commit 310a941126
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,7 @@ env:
- ROSWELL_BRANCH=master
- ROSWELL_INSTALL_DIR=$HOME/.roswell
matrix:
- BREW= LISP=ecl
- BREW= LISP=abcl
- BREW=true
- BREW= LISP=sbcl

View file

@ -34,6 +34,9 @@ char** cmd_run_ecl(int argc,char** argv,struct sub_command* cmd) {
arg=alloc(sizeof(char*)*(offset+argc));
arg[paramc++]=q("wrapper-dummy");
arg[paramc++]=bin;
if(ecl_version)
arg[paramc++]=q("--version");
/* runtime options from here */
arg[paramc++]=q("-norc");
arg[paramc++]=q("-eval");