samples/mips-unknown-linux-uclibc/reported.by
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
parent 935 e175e3538310
permissions -rw-r--r--
[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@998
     1
reporter_name="YEM"
yann@998
     2
reporter_url="http://ymorin.is-a-geek.org/"
yann@998
     3
reporter_comment=""