Fixed useless substitution in syncqt.
authoraxis <qt-info@nokia.com>
Mon, 3 Jan 2011 18:18:14 +0000 (19:18 +0100)
committeraxis <qt-info@nokia.com>
Wed, 27 Apr 2011 10:05:50 +0000 (12:05 +0200)
The substitution is not necessary and messes up the argument that is
passed in.

bin/syncqt

index a6d7af1..72b9be0 100755 (executable)
@@ -305,7 +305,6 @@ sub syncHeader {
 ######################################################################
 sub fixPaths {
     my ($file, $dir) = @_;
-    $dir =~ s=^$quoted_basedir/=$out_basedir/= if(!($basedir eq $out_basedir));
     $file =~ s=\\=/=g;
     $dir =~ s=\\=/=g;