Print this page
11972 resync smatch

*** 26,36 **** echo "************" echo $sm_err echo -n "What do you think?: " read ans if echo $ans | grep ^$ > /dev/null ; then ! continue fi #store the result echo $sm_err >> summary echo $ans >> summary --- 26,36 ---- echo "************" echo $sm_err echo -n "What do you think?: " read ans if echo $ans | grep ^$ > /dev/null ; then ! return fi #store the result echo $sm_err >> summary echo $ans >> summary