Add (lassik ...) prefix to command-line
This commit is contained in:
parent
6c147feb09
commit
c1d00d5062
|
@ -1,4 +1,4 @@
|
||||||
(import (scheme base) (command-line) (srfi 64))
|
(import (scheme base) (srfi 64) (lassik command-line))
|
||||||
|
|
||||||
(test-begin "command-line")
|
(test-begin "command-line")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(define-library (command-line)
|
(define-library (lassik command-line)
|
||||||
(export join-posix-command-line
|
(export join-posix-command-line
|
||||||
join-windows-command-line)
|
join-windows-command-line)
|
||||||
(import (scheme base))
|
(import (scheme base))
|
||||||
|
|
Loading…
Reference in New Issue