blob: 497cbb22e81e1deabcec3dd9517f57b5c7222150 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
|