krnlconfig alias updated

This commit is contained in:
Kolan Sh 2013-03-28 15:33:35 +04:00
parent 4f818b99e9
commit 4e7689e301
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ if [ true == "$SILENT" ]; then
yes "" | make silentoldconfig
[ "$?" != "0" ] && echo "======= yes \"\" | make silentoldconfig failed ;-( =======" && exit -1
else
make MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono menuconfig
TERM=screen make MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono menuconfig
[ "$?" != "0" ] && echo "======= make menuconfig failed ;-( =======" && exit -1
fi