From de11a6285581398d94cd95bfea9e7ea2ec44cb8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Tue, 18 Jan 2011 13:37:42 +0000
Subject: [PATCH] Forgotten syntax error commit.

---
 .../production_database/scripts/push_master_tables.pl         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc-scripts/production_database/scripts/push_master_tables.pl b/misc-scripts/production_database/scripts/push_master_tables.pl
index 444ae72922..8064ea24bb 100755
--- a/misc-scripts/production_database/scripts/push_master_tables.pl
+++ b/misc-scripts/production_database/scripts/push_master_tables.pl
@@ -436,7 +436,7 @@ foreach my $server (@servers) {
                                      . "-- Useful SQL:\n",
                                    $table, $pk, $master_pk ) );
 
-                    foreach $t ( @{ $tables{$table} } ) {
+                    foreach my $t ( @{ $tables{$table} } ) {
                       push(
                         @{ $sql{$dbname} },
                         sprintf( "-- CREATE TABLE %s_dup LIKE %s\n",
@@ -455,7 +455,7 @@ foreach my $server (@servers) {
                     }
 
                     $is_missing = 0;
-                  }
+                  } ## end if ($is_same)
                 } ## end foreach my $master_pk ( keys...)
 
                 if ($is_missing) {
-- 
GitLab