LICENSES
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 27 22:14:08 2009 +0200 (2009-07-27)
branchbash_array
changeset 1475 1626414b1662
permissions lrwxrwxrwx
[libc-eglibc] Fix testing for existing files

To test for existing files, use "[ -f blabla ]", not "[ -a blabla ]"
Checking for a file exsitence with "-a" is a bashism.
Althoug we _are_ using bash, it's disturbing as it can be misread as
the 'and' operator. Fix by using "-f".
yann@1
     1
COPYING