mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -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))
|
||||
(lambda (arg result)
|
||||
(append `((script . ,arg)
|
||||
(ignore-dot-guile . #t))
|
||||
(ignore-dot-guile? . #t))
|
||||
result))
|
||||
%default-options))
|
||||
|
||||
|
|
Loading…
Reference in a new issue