From 1e25ebc7e04b610bf8324d6e428b320b3ed87009 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 9 Mar 2019 18:01:30 -0800 Subject: Move GDB build into a common backend function ... needed to create a common runtime test for an incompatible change in glibc API. Signed-off-by: Alexey Neyman --- scripts/build/companion_libs/220-ncurses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/companion_libs') diff --git a/scripts/build/companion_libs/220-ncurses.sh b/scripts/build/companion_libs/220-ncurses.sh index b5dee138..decfa9e3 100644 --- a/scripts/build/companion_libs/220-ncurses.sh +++ b/scripts/build/companion_libs/220-ncurses.sh @@ -125,7 +125,7 @@ do_ncurses_backend() { for arg in "$@"; do case "$arg" in --*) - ncurses_opts+=("$arg") + ncurses_opts+=("${arg}") ;; *) eval "${arg// /\\ }" -- cgit v1.2.3