Fixed useless substitution in syncqt.

The substitution is not necessary and messes up the argument that is
passed in.
This commit is contained in:
axis 2011-01-03 19:18:14 +01:00
parent fb9b30b610
commit 95be70778a

View File

@ -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;