r6rs command-line fix
svn: r8916
This commit is contained in:
parent
9319a8a810
commit
aa2b78ef8b
|
@ -1,7 +1,9 @@
|
|||
#lang scheme/base
|
||||
|
||||
(require scheme/mpair)
|
||||
|
||||
(provide command-line exit)
|
||||
|
||||
(define (command-line)
|
||||
(cons (path->string (find-system-path 'run-file))
|
||||
(vector->list (current-command-line-arguments))))
|
||||
(mcons (path->string (find-system-path 'run-file))
|
||||
(list->mlist (vector->list (current-command-line-arguments)))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user