mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Merge pull request #915 from lassik/srfi-193
Fix broken import in (srfi 193)
This commit is contained in:
commit
58a79b09d0
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
(define-library (srfi 193)
|
(define-library (srfi 193)
|
||||||
(export command-line command-name command-args script-file script-directory)
|
(export command-line command-name command-args script-file script-directory)
|
||||||
(import (scheme base) (chibi filesystem) (chibi pathname)
|
(import (scheme base) (chibi filesystem) (chibi pathname)
|
||||||
(only (meta) command-line raw-script-file))
|
(only (chibi) command-line)
|
||||||
|
(only (meta) raw-script-file))
|
||||||
(begin
|
(begin
|
||||||
|
|
||||||
(define (command-name)
|
(define (command-name)
|
||||||
|
|
Loading…
Add table
Reference in a new issue