From a7d7711cb552ce47f4b9d91a43b1867b432569d7 Mon Sep 17 00:00:00 2001 From: Georgi Georgiev Date: Fri, 25 Jan 2013 02:41:52 +0900 Subject: [PATCH] Fix a typo LCV -> LOV --- gen_determineargs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index f8448e6..aa885c0 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -60,8 +60,8 @@ get_KV() { KV=${VER}.${PAT}.${SUB}${EXV}${LOV} else determine_config_file - LCV=`grep ^CONFIG_LOCALVERSION= "${KERNEL_CONFIG}" | sed -r -e "s/.*=\"(.*)\"/\1/"` - KV=${VER}.${PAT}.${SUB}${EXV}${LCV} + LOV=`grep ^CONFIG_LOCALVERSION= "${KERNEL_CONFIG}" | sed -r -e "s/.*=\"(.*)\"/\1/"` + KV=${VER}.${PAT}.${SUB}${EXV}${LOV} fi fi }