Fixed useless substitution in syncqt.
The substitution is not necessary and messes up the argument that is passed in.
This commit is contained in:
parent
fb9b30b610
commit
95be70778a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user