mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix migration script
git-svn-id: http://svn.osgeo.org/qgis/trunk@9161 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1aee70f58d
commit
1ad701fa18
@ -106,7 +106,7 @@ for my $file (@ARGV) {
|
||||
$arr[-2] =~ /^std::endl$/ ) {
|
||||
pop @arr;
|
||||
pop @arr;
|
||||
$arr[-1] = "std::endl;";
|
||||
push @arr, "std::endl;";
|
||||
}
|
||||
|
||||
unless( $arr[-1] =~ /^std::endl;$/ ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user