Yann E. MORIN" e4855367b4 [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.
2009-07-27 22:16:07 +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