VERSION:
1.74
DESCRIPTION:
bios: 247 appemt to call nil (_fnComplete is missing, but somehow the if above worked)
EXPECTED RESULT:
The Completion for either a file or a directory should show up.
REPRODUCTION STEPS:
In Shell:
press "t" then "y" then "tab"
REASON:
In Line 184 of rom/startup it says

shell.setCompletionFunction( "rom/programs/type", completEither )

instead of

shell.setCompletionFunction( "rom/programs/type", completeEither )

(The second "e" in "complete" missing)