(varobj_update): Free temporary vectors.
[deliverable/binutils-gdb.git] / configure.ac
index e1311b2541365290b7c9a6ccd8abd4e53c3bef14..3604ad74594001358908972cdfb128ea54e87323 100644 (file)
@@ -89,7 +89,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
 # Quote arguments with shell meta charatcers.
 TOPLEVEL_CONFIGURE_ARGUMENTS=
 set -- "$progname" "$@"
-for ac_arg; do
+for ac_arg
+do
   case "$ac_arg" in
   *" "*|*"     "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
     ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
This page took 0.024053 seconds and 4 git commands to generate.