From 26c4130b23f226856ed28062867ff7496b6734e4 Mon Sep 17 00:00:00 2001 From: Christian Duvivier <cduvivier@google.com> Date: Wed, 8 Aug 2012 17:20:23 -0700 Subject: [PATCH] Newline got lost in submission of "Partial import of "New RTCD implementation" from master branch." Change-Id: I3841eca46e29a108a79fe47af0cfa97f0bc80a2a --- build/make/configure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index be34778233..9bff9cb224 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -457,7 +457,8 @@ process_common_cmdline() { else echo "${CMDLINE_SELECT}" | grep "^ *$option\$" >/dev/null || die_unknown $opt - fi $action $option + fi + $action $option ;; --require-?*) eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'` -- GitLab