Fix a typo LCV -> LOV

master
Georgi Georgiev 12 years ago committed by Georgi Georgiev
parent a8de812595
commit a7d7711cb5

@ -60,8 +60,8 @@ get_KV() {
KV=${VER}.${PAT}.${SUB}${EXV}${LOV} KV=${VER}.${PAT}.${SUB}${EXV}${LOV}
else else
determine_config_file determine_config_file
LCV=`grep ^CONFIG_LOCALVERSION= "${KERNEL_CONFIG}" | sed -r -e "s/.*=\"(.*)\"/\1/"` LOV=`grep ^CONFIG_LOCALVERSION= "${KERNEL_CONFIG}" | sed -r -e "s/.*=\"(.*)\"/\1/"`
KV=${VER}.${PAT}.${SUB}${EXV}${LCV} KV=${VER}.${PAT}.${SUB}${EXV}${LOV}
fi fi
fi fi
} }

Loading…
Cancel
Save