summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-12 19:02:29 +0000
committerEric Andersen <andersen@codepoet.org>2002-12-12 19:02:29 +0000
commite60a1885b92bcd4589074d3c28f89ecb290a545d (patch)
treec79e3788a4a093e3e8ebe4b2a49ba89d9305aa24 /extra
parent3628edc05e5b439aad08191ab220360f9d9f54bd (diff)
It seems SCO puts touch in a wierd place
Diffstat (limited to 'extra')
-rwxr-xr-xextra/scripts/initfini.awk2
1 files changed, 1 insertions, 1 deletions
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;