From b6f0060f60a5ce3367164c6450f1a6154baebac1 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 27 Nov 2014 14:12:40 +0100 Subject: support spaces in build and install dirs spaces in the source dir are not supported for now, as that requires some more profound refactoring of the bootstrap makefiles. Change-Id: Ie0c07a1558b8326f642f2ea144bc1cd85ee761af Reviewed-by: Joerg Bornemann --- bin/syncqt.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/syncqt.pl b/bin/syncqt.pl index 4462cebe4e..1b9b197173 100755 --- a/bin/syncqt.pl +++ b/bin/syncqt.pl @@ -379,6 +379,7 @@ sub fixPaths { my $out = File::Spec->abs2rel(cleanupPath($file), cleanupPath($dir)); $out =~ s,\\,/,g; + $out = "\"$out\"" if ($out =~ / /); return $out; } -- cgit v1.2.3