Skip to content

Remove invalid return statement from csh script

Steve Traylen requested to merge straylen/hepix:nobash into nonAFS

There is no such thing as return in csh. Under certain circumstances script was returning

return: Command not found.

which then broke SCP. Background in INC2107322

There's probably a one line way of doing that if statement but I could not work it out.

Merge request reports