Yann E. MORIN" 795d135b7f [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".
2009-07-27 22:14:08 +02:00
..
2009-05-24 22:04:14 +00:00
2009-02-01 23:15:59 +00:00
2008-12-16 18:12:34 +00:00
2009-05-13 18:10:47 +00:00
2009-06-02 21:01:19 +00:00