浏览代码

It seems SCO puts touch in a wierd place

Eric Andersen 23 年之前
父节点
当前提交
e60a1885b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extra/scripts/initfini.awk

+ 1 - 1
extra/scripts/initfini.awk

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