Hi, On Thursday 13 January 2005 12:42, Thomas Lange wrote: > > rcS.log:DEFAULT/S01 FAILED with exit code 1. > > rcS.log:Rename for 0A000014 failed.No such file or directory > > shell.log:DEFAULT/S01 FAILED with exit code 1. > It's just the return code of the last commands in your S01 script. > IMHO you can ignore the error.
IIRC some of the simple example scripts have a last command like ifclass DEMO && do_something() So if DEMO is not defined, the scripts end with an error. It would be nice if you could put an "echo -n" or something like this as the last line of these scripts... If you care I can have look which scripts are affected, I fixed all of those locally. regards, Holger
