diff options
Diffstat (limited to 'src/interp/sys-os.boot')
-rw-r--r-- | src/interp/sys-os.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sys-os.boot b/src/interp/sys-os.boot index c4f7209d..7c36ee50 100644 --- a/src/interp/sys-os.boot +++ b/src/interp/sys-os.boot @@ -208,7 +208,7 @@ runProgram(prog,args) == )if %hasFeature KEYWORD::GCL SYSTEM::SYSTEM(strconc/[prog,:[:['" ",a] for a in args]]) )elseif %hasFeature KEYWORD::CLISP - EXT::RUN_-PROGRAM(prog,KEYWORD::ARGUMENTS,args) + EXT::RUN_-PROGRAM(prog,arguments <- args) )elseif %hasFeature KEYWORD::SBCL SB_-EXT::RUN_-PROGRAM(prog,args) )else |