From f50325db73820b40d359374ca5b45a7a4354291c Mon Sep 17 00:00:00 2001 From: Andrew Yates <ayates@ebi.ac.uk> Date: Wed, 11 Jan 2012 12:11:02 +0000 Subject: [PATCH] maybe don't negate next time ... --- misc-scripts/CopyDBoverServer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-scripts/CopyDBoverServer.pl b/misc-scripts/CopyDBoverServer.pl index cf54017ee7..5692bff10c 100755 --- a/misc-scripts/CopyDBoverServer.pl +++ b/misc-scripts/CopyDBoverServer.pl @@ -406,7 +406,7 @@ foreach my $spec (@todo) { next; } - if(! defined $target_location) { + if(defined $target_location) { $target_dir = $target_location; } -- GitLab