From 95be70778ac7d31d6f34aacc3db09ce89da2d41d Mon Sep 17 00:00:00 2001 From: axis Date: Mon, 3 Jan 2011 19:18:14 +0100 Subject: Fixed useless substitution in syncqt. The substitution is not necessary and messes up the argument that is passed in. --- bin/syncqt | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/syncqt') diff --git a/bin/syncqt b/bin/syncqt index a6d7af1fd3..72b9be063e 100755 --- a/bin/syncqt +++ b/bin/syncqt @@ -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; -- cgit v1.2.3