Browse Source

Correctly handle implicitlibs="c gcc"

git-svn-id: trunk@21451 -
pierre 13 years ago
parent
commit
1759d5fc8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/gdbint/gen-gdblib-inc.sh

+ 1 - 1
packages/gdbint/gen-gdblib-inc.sh

@@ -71,7 +71,7 @@ fi
 opt_handled=1
 while [ $opt_handled -eq 1 ]
 do
-  handle_option $1
+  handle_option "$1"
   if [ $opt_handled -eq 1 ] ; then
     shift
   fi