From 5fef6b7a3046c6dec3476a9aa3a1ef0114d431bb Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Wed, 11 Jan 2012 12:11:53 +0000
Subject: [PATCH] changing logic

---
 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 5692bff10c..eed4b8fa87 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($target_location) {
     $target_dir = $target_location;
   }
 
-- 
GitLab