Hi!
> * As Xiaoguang Wnag <wangxg.f...@cn.fujitsu.com> 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
chru...@suse.cz

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to