aboutsummaryrefslogtreecommitdiff
path: root/guix/scripts/repl.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-06-17 22:22:12 +0200
committerLudovic Courtès <ludo@gnu.org>2020-06-18 14:48:17 +0200
commit290c3166212d1c7150ac64ea6d6f6ad506c4d29b (patch)
tree849dc90ee18b1655fbdc26b25e151fbdf0c43d53 /guix/scripts/repl.scm
parente418c3d076ec301a2deda42568035d75f5ed174d (diff)
downloadguix-290c3166212d1c7150ac64ea6d6f6ad506c4d29b.tar
guix-290c3166212d1c7150ac64ea6d6f6ad506c4d29b.tar.gz
repl: Fix typo that would lead ~/.guile to be used when running scripts.
This is a followup to c924e541390f9595d819edc33c19d979917c15ec. * guix/scripts/repl.scm (guix-repl)[opts]: Set 'ignore-dot-guile?', with question mark.
Diffstat (limited to 'guix/scripts/repl.scm')
-rw-r--r--guix/scripts/repl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/repl.scm b/guix/scripts/repl.scm
index e2679f4301..0ea9c3655c 100644
--- a/guix/scripts/repl.scm
+++ b/guix/scripts/repl.scm
@@ -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))