[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: repl: Fix typo that would lead ~/.guile to be used when running s
From: |
guix-commits |
Subject: |
01/09: repl: Fix typo that would lead ~/.guile to be used when running scripts. |
Date: |
Thu, 18 Jun 2020 08:49:35 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 290c3166212d1c7150ac64ea6d6f6ad506c4d29b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 17 22:22:12 2020 +0200
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.
---
guix/scripts/repl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/repl.scm b/guix/scripts/repl.scm
index e2679f4..0ea9c36 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))
- branch master updated (e418c3d -> 69288a8), guix-commits, 2020/06/18
- 01/09: repl: Fix typo that would lead ~/.guile to be used when running scripts.,
guix-commits <=
- 03/09: database: 'register-items' takes an open database., guix-commits, 2020/06/18
- 04/09: nar: Avoid opening the database an additional time., guix-commits, 2020/06/18
- 05/09: nar: Use (guix i18n)., guix-commits, 2020/06/18
- 06/09: profiles: Reindent 'linux-module-database'., guix-commits, 2020/06/18
- 08/09: doc: Delete description of a nonexistent option., guix-commits, 2020/06/18
- 02/09: build-system/gnu: Fix 'install' phase of 'gnu-dist'., guix-commits, 2020/06/18
- 07/09: profiles: 'linux-module-database' hooks gracefully handles module-less kernels., guix-commits, 2020/06/18
- 09/09: gnu: go-ipfs: Update to 0.5.1., guix-commits, 2020/06/18