Răsfoiți Sursa

[appveyor] quote the dll path

Dan Korostelev 6 ani în urmă
părinte
comite
5c47b4c314
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tests/runci/Deployment.hx

+ 1 - 1
tests/runci/Deployment.hx

@@ -125,7 +125,7 @@ class Deployment {
 		if (cygRoot != null) {
 			while (true)
 			{
-				var proc = new sys.io.Process('$cygRoot/bin/bash', ['-lc', '/usr/bin/cygpath -w `which $name`']);
+				var proc = new sys.io.Process('$cygRoot/bin/bash', ['-lc', '/usr/bin/cygpath -w "`which $name`"']);
 				var out = proc.stdout.readAll().toString().trim();
 				var err = proc.stderr.readAll().toString().trim();
 				if (proc.exitCode() == 0)