Exception thrown when command not found

Project:JNode Core
Component:Code
Category:bug report
Priority:minor
Assigned:Stephen Crawley
Status:closed
Description

The shell throws an exception when trying to execute a command that do not exists. The exception should be catched and a error message shown.

#1

Status:active» closed

The root cause of the stacktraces is that "jnode.debug" defaults to "true" if it is not set in the System properties. The attached patch changes the default to "false" which suppresses printing of (most) stack traces by the shell.

A patch against revision 3738 is attached ...

#2

The patch has been commited. Thank you.

#3