OSDN Git Service

It seems SCO puts touch in a wierd place
authorEric Andersen <andersen@codepoet.org>
Thu, 12 Dec 2002 19:02:29 +0000 (19:02 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 12 Dec 2002 19:02:29 +0000 (19:02 -0000)
extra/scripts/initfini.awk

index a079d34..3f0bb5e 100755 (executable)
@@ -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;