Seems vi is in /bin, not /usr/bin.
This commit is contained in:
parent
566451b295
commit
11b13f8fa1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue