]> granicus.if.org Git - libvpx/commitdiff
Newline got lost in submission of "Partial import of "New RTCD implementation" from...
authorChristian Duvivier <cduvivier@google.com>
Thu, 9 Aug 2012 00:20:23 +0000 (17:20 -0700)
committerChristian Duvivier <cduvivier@google.com>
Thu, 9 Aug 2012 00:20:33 +0000 (17:20 -0700)
Change-Id: I3841eca46e29a108a79fe47af0cfa97f0bc80a2a

build/make/configure.sh

index be34778233c2f31740595c3d6ece810ad1073edb..9bff9cb224097f2eb4c4634c9ec5bb8f12346514 100755 (executable)
@@ -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'`