summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrfc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc.sh b/rfc.sh
index 492d104b7d3..274d9d13732 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;
}