diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-12 19:02:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-12 19:02:29 +0000 |
commit | e60a1885b92bcd4589074d3c28f89ecb290a545d (patch) | |
tree | c79e3788a4a093e3e8ebe4b2a49ba89d9305aa24 /extra/scripts/initfini.awk | |
parent | 3628edc05e5b439aad08191ab220360f9d9f54bd (diff) |
It seems SCO puts touch in a wierd place
Diffstat (limited to 'extra/scripts/initfini.awk')
-rwxr-xr-x | extra/scripts/initfini.awk | 2 |
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; |