--- wok/lib/LDAR.edl.orig Fri Sep 21 10:07:39 2001 +++ wok/lib/LDAR.edl Wed Aug 9 23:58:05 2006 @@ -20,7 +20,7 @@ @if( %Station != "sun" ) then @set %RmCmd = "/usr/bin/rm"; - @if ( %Station == "hp" || %Station == "lin" ) then + @if ( %Station == "hp" || %Station == "lin" || %Station == "bsd" ) then @set %RmCmd = "/bin/rm"; @endif;