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:
Ludovic Courtès 2020-06-17 22:22:12 +02:00
parent e418c3d076
commit 290c316621
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ call THUNK."
(leave (G_ "~A: unrecognized option~%") name))
(lambda (arg result)
(append `((script . ,arg)
(ignore-dot-guile . #t))
(ignore-dot-guile? . #t))
result))
%default-options))