Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix syntax error (followup 7ffdef2)
  • Loading branch information
jef-n committed Feb 20, 2015
1 parent dd53935 commit 7bb1966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.pl
Expand Up @@ -77,11 +77,11 @@ sub updateCMakeLists {
my $relbranch = "release-${newmajor}_${newminor}";
my $reltag = "final-${newmajor}_${newminor}_0";

print "Pulling transifex translations...\n");
print "Pulling transifex translations...\n";
system( "scripts/pull_ts.sh" ) == 0 or die "pull_ts.sh failed";
system( "git commit -a -m \"translation update to $release from transifex\"") == 0 or die "could not commit translation updates";

print "Updating changelog...\n");
print "Updating changelog...\n";
system( "scripts/create_changelog.sh" ) == 0 or die "create_changelog.sh failed";
system( "git commit -a -m \"changelog update for $release\"") == 0 or die "could not commit changelog update";

Expand Down

0 comments on commit 7bb1966

Please sign in to comment.