Just wanted to add that the offending lines in the list_package script were:

if [ -z "$description" ]; then
  description="$( COLUMNS=300 man "$manpage" 2>/dev/null |        # aforementioned line 101
    sed $'s/.\b\\(.\\)/\\1/g;s/\x1b[^m]\\+m//g' |
    sed -n "s/^.*${wsc}..*${wsc}.*-\+${wsc}\(.*\)/\1/p;t l;d;:l;n;b l" )"
fi

Hope this helps.
     -Van
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to