42fd5642f0f0eafc319b4b6b3723d4c9c5f3ce33
steve
  Mon Sep 23 15:02:39 2013 -0700
Made correction to variable name for output of file date,size for gbdb on beta (redmine #6508)
diff --git src/utils/qa/2bitCompare src/utils/qa/2bitCompare
index ff73e06..5affb2d 100755
--- src/utils/qa/2bitCompare
+++ src/utils/qa/2bitCompare
@@ -178,22 +178,22 @@
 if ($md5sumBlatExists != '') then
   echo "        $blatSpacing date,size: "`ssh qateam@$blat ls /scratch/$db/$db.2bit -l | awk '{print $6,$7,$8,$5}'`
 else
   echo "          blat date,size: N/A"
 endif
 if ($md5sumDownloadExists != '') then
   echo "      download date,size: "`ls /usr/local/apache/htdocs-hgdownload/goldenPath/$db/bigZips/$db.2bit -l | awk '{print $6,$7,$8,$5}'`
 else
   echo "      download date,size: N/A"
 endif
 if ($md5sumGbdbDevExists != '') then
   echo "   hgwdev gbdb date,size: "`ls /gbdb/$db/$db.2bit -l | awk '{print $6,$7,$8,$5}'`
 else
   echo "   hgwdev gbdb date,size: N/A"
 endif
-if ($md5sumGbdbDevExists != '') then
+if ($md5sumGbdbBetaExists != '') then
   echo "  hgwbeta gbdb date,size: "`ssh qateam@hgwbeta ls /gbdb/$db/$db.2bit -l | awk '{print $6,$7,$8,$5}'`
 else
   echo "  hgwbeta gbdb date,size: N/A"
 endif
 
 echo