Whamcloud - gitweb
b=12977
authorbrian <brian>
Thu, 26 Jul 2007 04:18:41 +0000 (04:18 +0000)
committerbrian <brian>
Thu, 26 Jul 2007 04:18:41 +0000 (04:18 +0000)
commita6c5c7ac86817de376dcd4bede961bbe2e5208f2
tree937788cbdf8de8a6ad3e48f00ceca229552c65e0
parent9d383bbb167f572fde54c4ad3af4262abedfdd92
b=12977
r=mjmac
r=yujian

If anything inside the "while read; do ... done" loop (or it's callees)
reads from stdin (a very common thing to do) it will consume input meant
for the read since it's reading from stdin with ${CSV_FILE} being
redirected to stdin.  Read on another file descriptor to avoid this.
lustre/scripts/lustre_config.in