Fixed useless substitution in syncqt.

The substitution is not necessary and messes up the argument that is
passed in.
bb10
axis 2011-01-03 19:18:14 +01:00
parent fb9b30b610
commit 95be70778a
1 changed files with 0 additions and 1 deletions

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;