mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
This commit is contained in:
commit
5da51ad78d
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ If FILE begins with `-' the -s switch is mandatory.
|
||||||
(if (null? args)
|
(if (null? args)
|
||||||
(error "missing argument to `-l' switch"))
|
(error "missing argument to `-l' switch"))
|
||||||
(parse (cdr args)
|
(parse (cdr args)
|
||||||
(cons `((@@ (ice-9 command-line) load/lang) ,arg0)
|
(cons `((@@ (ice-9 command-line) load/lang) ,(car args))
|
||||||
out)))
|
out)))
|
||||||
|
|
||||||
((string=? arg "-L") ; add to %load-path
|
((string=? arg "-L") ; add to %load-path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue