samples/arm-iphone-linux-gnueabi/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
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@1115
     1
reporter_name="unknown"
yann@1115
     2
reporter_url="http://iphonelinux.org/index.php/Glibc_toolchain_using_crosstool-NG"
yann@1115
     3
reporter_comment="An (experimental) toolchain targeting the Apple's iPhone."