浏览代码

* remove command about quotes in array version of executeprocess, which doesn't
apply there

git-svn-id: trunk@2080 -

daniel 20 年之前
父节点
当前提交
3758d106fe
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      rtl/unix/sysutils.pp

+ 0 - 4
rtl/unix/sysutils.pp

@@ -1022,10 +1022,6 @@ var
   e : EOSError;
 
 Begin
-  { always surround the name of the application by quotes
-    so that long filenames will always be accepted. But don't
-    do it if there are already double quotes!
-  }
   pid:=fpFork;
   if pid=0 then
    begin