--- elwix/build_kernel.sh 2012/05/28 22:05:11 1.2.2.3 +++ elwix/build_kernel.sh 2012/10/09 15:22:43 1.2.2.4 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_kernel.sh,v 1.2.2.3 2012/05/28 22:05:11 misho Exp $ +# $Id: build_kernel.sh,v 1.2.2.4 2012/10/09 15:22:43 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -68,7 +68,8 @@ install_kernel() ### main() if ! SnitVer ${KERN}/elwix.ver; then clean_kernel - build_kernel && install_kernel + build_kernel + install_kernel else echo "Skipped ELWIX Kernel build ..." fi