OK, I've fixed this in our code base, but the fix may be too late for 5.1.
doug
Sebastian Moeller wrote:
Dear All I just noticed that spikedet-sess (for both FS 4.5 and 5.0) will error out if the mystudy/log directory does not yet exist. I think that would be easy to fix by including the following after line 72:
if !(-e ./log) then mkdir -p ./log endif
Best Sebastian