--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -789,2 +789,1 @@ - #COLS="25 80" - COLS="`stty size 2>/dev/null`" --- + COLS="25 80" @@ -800,5 +799,5 @@ - #if [ -n "${EBUILD}" ] && [ "${*/depend}" = "$*" ] - #then - # stty cols 80 &>/dev/null - # stty rows 25 &>/dev/null - #fi --- + if [ -n "${EBUILD}" ] && [ "${*/depend}" = "$*" ] + then + stty cols 80 &>/dev/null + stty rows 25 &>/dev/null + fi