mirror of
https://github.com/HEYAHONG/kconfig-frontends.git
synced 2025-05-09 02:01:14 +08:00
configure: no trailing space for the root-menu prompt
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
8f198886d9
commit
3a43f0e55d
@ -42,10 +42,7 @@ AC_ARG_ENABLE(
|
||||
[# Escape the $ signs, otherwise they would get munged by make
|
||||
# Also, append a space at the end, to separate the package
|
||||
# name from the literal 'Configuration'
|
||||
root_menu="$( echo "$enableval" \
|
||||
|sed -r -e 's/\$/\\$$/g;' \
|
||||
-e 's/$/ /;' \
|
||||
)"])])
|
||||
root_menu="$( echo "$enableval" |sed -r -e 's/\$/\\$$/g;' )"])])
|
||||
AC_SUBST([root_menu], [${root_menu=Configuration}])
|
||||
|
||||
AC_ARG_ENABLE(
|
||||
|
Loading…
x
Reference in New Issue
Block a user