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