tetex 2.96 beta texlinks uses "nonstandard" access
ezra peisach <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
Irix does not provide the program "access"
texk/texlinks uses the program "access" instead of test in the
search_symlinkdir() function.
test uses stat() to look at permissions
access uses the access() function...
Either a simplisting and portable access should be writen - or the
functionaliy rewriten in perl, etc.
For now - I am using the test program...
Ezra