Fixed the problem where 'load Unix' would never be appended to onStart

This commit is contained in:
James Vega 2003-08-19 14:47:59 +00:00
parent c5c44ec44a
commit c8cafb6f45
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ import utils
def configure(onStart, afterConnect, advanced):
from questions import expect, anything, something, yn
onStart.append('load Unix')
cmdLine = utils.findBinaryInPath('aspell')
if not cmdLine:
cmdLine = utils.findBinaryInPath('ispell')