--- trunk/include/kernel.sminc 2012/07/01 18:50:25 12741 +++ trunk/include/kernel.sminc 2012/10/09 07:53:35 13438 @@ -133,7 +133,7 @@ if [[ ${PVER%%.*} -gt 2 ]] then local sublevel="$(echo ${PVER} | cut -d. -f3)" - sed -i "s:^\(SUBLEVEL =\).*:\1 ${sublevel}:" Makefile || die + sed -i "s:^\(SUBLEVEL =\).*:\1 ${sublevel}:" Makefile || die fi }