From 5552b7040e251aa2d90764b101806123d1b62b30 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 4 Aug 2011 16:33:13 +0530 Subject: use GIT_EDITOR env variable instead of EDITOR Change-Id: Ia9d8281707d144d7b37b5b155e45717e466e5bcf BUG: 3326 Reviewed-on: http://review.gluster.com/164 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- rfc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc.sh b/rfc.sh index 0d2b317930b..1939f9628b0 100755 --- a/rfc.sh +++ b/rfc.sh @@ -33,7 +33,7 @@ function rebase_changes() { git fetch --all; - EDITOR=$0 git rebase -i origin/$branch; + GIT_EDITOR=$0 git rebase -i origin/$branch; } -- cgit