samples/arm-unknown-linux-gnu/reported.by
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 27 22:16:07 2009 +0200 (2009-07-27)
branchbash_array
changeset 1476 eded63022651
parent 826 73e56967ad3f
permissions -rw-r--r--
[libc-eglibc] Rewrite part of the code

Rewrite part of the code to better match the rest.
Most notably, rewrite handling of:
if [ ... ] && [ ... ]
to:
if [ ... -a ... ]

This has the positive side effect of calling "[" only once, although
"[" is probably a shell built-in.
yann@826
     1
reporter_name="Matthias KAEHLCKE"
yann@826
     2
reporter_url="http://sourceware.org/ml/crossgcc/2008-08/msg00055.html"
yann@986
     3
reporter_comment=""