From 46b84182990bc98a6fd8e1122c03e3504a5b83d2 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Thu, 4 Aug 2011 13:48:28 +0530 Subject: use GIT_EDITOR env variable instead of EDITOR Change-Id: I8deb44ef0f7752b7f58f2e320ec3e59724854840 BUG: 3326 Reviewed-on: http://review.gluster.com/157 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 492d104b7..274d9d137 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