From 11b13f8fa1d0a2731fb0d60bbd0d7f245a175f9d Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 31 May 2011 00:40:04 -0500 Subject: [PATCH] Seems vi is in /bin, not /usr/bin. --- scripts/process-git-requests/process-git-requests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process-git-requests/process-git-requests b/scripts/process-git-requests/process-git-requests index 77d7f47..568bfa5 100755 --- a/scripts/process-git-requests/process-git-requests +++ b/scripts/process-git-requests/process-git-requests @@ -50,7 +50,7 @@ epel_ok_comaint = ['alexlan', 'guidograzioli', 'jwrdegoede', 'kkofler', bad_reviewers = ['rnovacek@redhat.com'] PAGER = os.environ.get('PAGER') or '/usr/bin/less' -EDITOR = os.environ.get('EDITOR') or '/usr/bin/vi' +EDITOR = os.environ.get('EDITOR') or '/bin/vi' # Override a method in xmlrpclib so it doesn't blow up when getting crap data # from Red Hat's bugzilla.