mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 06:10:13 +01:00
meta: setup-env cleaning
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
@@ -16,7 +16,6 @@ BD=$(cat <<< $@ | awk '$0=$NF')
|
||||
function interactive_config()
|
||||
{
|
||||
grep "^#;DISABLE" $1 && return 1
|
||||
$(sed -ne 's/^#;prompt[[:blank:]]*\(.*\)[[:blank:]]*\[.*$/\1/p' $1)
|
||||
local prompt=$(sed -ne 's/^#;prompt[[:blank:]]*\(.*\)[[:blank:]]*\[.*$/\1/p' $1)
|
||||
[[ -z "${prompt}" ]] && return 0 # unconditionally add this file to config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user