emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/buffer-env 504ebfe867 2/2: Remove incorrect redirection


From: ELPA Syncer
Subject: [elpa] externals/buffer-env 504ebfe867 2/2: Remove incorrect redirection from guix shell command
Date: Thu, 5 May 2022 13:57:18 -0400 (EDT)

branch: externals/buffer-env
commit 504ebfe8670e778a9c53fd8712b1d97584abb233
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Remove incorrect redirection from guix shell command
    
    See discussion in 
https://github.com/astoff/buffer-env/pull/5#issuecomment-1117611683.
---
 buffer-env.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buffer-env.el b/buffer-env.el
index 98714a8f0f..4145d6251c 100644
--- a/buffer-env.el
+++ b/buffer-env.el
@@ -64,7 +64,7 @@
 (defcustom buffer-env-commands
   '((".env" . "set -a && >&2 . \"$0\" && env -0")
     ("manifest.scm" . "guix shell -m \"$0\" -- env -0")
-    ("guix.scm" . ">&2 guix shell -D -f \"$0\" -- env -0")
+    ("guix.scm" . "guix shell -D -f \"$0\" -- env -0")
     ("*" . ">&2 . \"$0\" && env -0"))
   "Alist of commands used to produce environment variables.
 For each entry, the car is glob pattern and the cdr is a shell



reply via email to

[Prev in Thread] Current Thread [Next in Thread]