From e60a1885b92bcd4589074d3c28f89ecb290a545d Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Thu, 12 Dec 2002 19:02:29 +0000
Subject: It seems SCO puts touch in a wierd place

---
 extra/scripts/initfini.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'extra')

diff --git a/extra/scripts/initfini.awk b/extra/scripts/initfini.awk
index a079d3442..3f0bb5e26 100755
--- a/extra/scripts/initfini.awk
+++ b/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;
-- 
cgit v1.2.3