Explorar el Código

* fixed problem in transmission of source dirs to gdb

mazen hace 22 años
padre
commit
94ff0298da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/mppcsparc

+ 1 - 1
compiler/mppcsparc

@@ -20,7 +20,7 @@ then
   if [[ "$1" == "-gdb" ]]
   then
     shift 1
-    eval gdb -d "$SRC_DIR" --args $COMPILE_COMMAND "$@"
+    eval gdb -d \"$SRC_DIR\" --args $COMPILE_COMMAND "$@"
   else
     FILES_LIST=`ls $1`
     shift 1