Browse Source

It seems SCO puts touch in a wierd place

Eric Andersen 21 years ago
parent
commit
e60a1885b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/scripts/initfini.awk

+ 1 - 1
extra/scripts/initfini.awk

@@ -8,7 +8,7 @@ BEGIN \
 { alignval="";
   endp=0;
   end=0;
-  system("/bin/touch crt[in].S");
+  system("touch crt[in].S");
   system("/bin/rm -f crt[in].S");
   omitcrti=0;
   omitcrtn=0;