Browse Source

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

git-svn-id: trunk@2080 -

daniel 19 years ago
parent
commit
3758d106fe
1 changed files with 0 additions and 4 deletions
  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