Explorar o código

* fixed problem in transmission of source dirs to gdb

mazen %!s(int64=22) %!d(string=hai) anos
pai
achega
94ff0298da
Modificáronse 1 ficheiros con 1 adicións e 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