Hi! > * As Xiaoguang Wnag <[email protected]> said: > "Now I think 'grep -q CONF' is not enough, if fallocate[1-3] prints TBROK..." > Change these like: > - TMPDIR=mnt_point; fallocate0${i} | grep -q "CONF" > + TMPDIR=mnt_point; fallocate0${i} > /dev/null 2>&1 > + ret=$? > TMPDIR=$temp_tmpdir > > - if [ $? -ne $ret ]; then > + if [ $ret -ne 0 ]; then
Pushed, thanks (for noticing the silly mistake I did). -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
