diff options
Diffstat (limited to 'rfc.sh')
| -rwxr-xr-x | rfc.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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;  }  | 
