From: Clemens Buchacher <clemens.buchacher@fh-hagenberg.at>
To: git@vger.kernel.org
Subject: *** SPAM ***
Date: Sun, 10 Dec 2006 14:57:53 +0100 [thread overview]
Message-ID: <20061210135753.GA12905@kzelldran.dyndns.org> (raw)
Make sure $EDITOR is executed as a command
---
commit 942341e051fdcbb77a6abfbc58cf08ef8cab388d
tree 96e8fd08cdc7c59b0d3d55d7cb5b4302db443aff
parent b6a6e87cb3e1368ad0f78c18fdb6c29dde4ae83e
author Clemens Buchacher <drizzd@aon.at> Sun, 10 Dec 2006 14:37:37 +0100
committer Clemens Buchacher <drizzd@aon.at> Sun, 10 Dec 2006 14:37:37 +0100
cg-Xlib | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cg-Xlib b/cg-Xlib
index c1262bf..9d04eb4 100755
--- a/cg-Xlib
+++ b/cg-Xlib
@@ -568,7 +568,7 @@ _editor()
actionname="$1"; shift
actionkey="$1"; shift
- ${EDITOR:-vi} "$LOGMSG2"
+ command ${EDITOR:-vi} "$LOGMSG2"
[ -z "$force" ] || return 0
[ ! "$LOGMSG2" -nt "$LOGMSG" ] || return 0
next reply other threads:[~2006-12-10 13:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-10 13:57 Clemens Buchacher [this message]
2006-12-10 14:04 ` [PATCH] editor: make sure $EDITOR is executed as a command Clemens Buchacher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061210135753.GA12905@kzelldran.dyndns.org \
--to=clemens.buchacher@fh-hagenberg.at \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).