Преглед на файлове

merged fix 1738 to rtl/macos

git-svn-id: tags/release_2_0_2@1744 -
olle преди 20 години
родител
ревизия
7c1f2ba14a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      rtl/macos/dos.pp

+ 1 - 1
rtl/macos/dos.pp

@@ -299,7 +299,7 @@ var
 Begin
   {Make ToolServers working directory in sync with our working directory}
   PathArgToFullPath(':', wdpath);
-  wdpath:= 'Directory ' + wdpath;
+  wdpath:= 'Directory ''' + wdpath + '''';
   err:= ExecuteToolserverScript(PChar(wdpath), LastDosExitCode);
     {TODO Only change path when actually needed. But this requires some
      change counter to be incremented each time wd is changed. }