From: Yann E. MORIN" Date: Sun, 4 Mar 2012 21:17:54 +0000 (+0100) Subject: configure: no trailing space for the root-menu prompt X-Git-Tag: v3.3.0-0~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a43f0e55d4977f0863f342f659dadf29ad556ec;p=kconfig-frontends configure: no trailing space for the root-menu prompt Signed-off-by: "Yann E. MORIN" --- diff --git a/configure.ac b/configure.ac index e80afad..bac33ae 100644 --- a/configure.ac +++ b/configure.ac @@ -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(