浏览代码

* fixed problem in transmission of source dirs to gdb

mazen 22 年之前
父节点
当前提交
94ff0298da
共有 1 个文件被更改,包括 1 次插入1 次删除
  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