mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
repl: Fix typo that would lead ~/.guile to be used when running scripts.
This is a followup to c924e54139
.
* guix/scripts/repl.scm (guix-repl)[opts]: Set 'ignore-dot-guile?', with
question mark.
This commit is contained in:
parent
e418c3d076
commit
290c316621
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ (define opts
|
||||||
(leave (G_ "~A: unrecognized option~%") name))
|
(leave (G_ "~A: unrecognized option~%") name))
|
||||||
(lambda (arg result)
|
(lambda (arg result)
|
||||||
(append `((script . ,arg)
|
(append `((script . ,arg)
|
||||||
(ignore-dot-guile . #t))
|
(ignore-dot-guile? . #t))
|
||||||
result))
|
result))
|
||||||
%default-options))
|
%default-options))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue