8b9c96b39b5b934d37db000da4e736e1cf4b94a8
galt
  Sun Aug 15 10:48:06 2010 -0700
fixing path to old sandbox that no longer exists
diff --git src/test/buildTableDescriptions.pl src/test/buildTableDescriptions.pl
index 11afdfb..98ebb80 100755
--- src/test/buildTableDescriptions.pl
+++ src/test/buildTableDescriptions.pl
@@ -20,7 +20,8 @@
 # Default behaviors, changeable by command line args:
 #
 my $kentSrc   = "/cluster/home/galt/kentclean/src";
-my $gbdDPath  = "/cluster/home/galt/browser/goldenPath/gbdDescriptions.html";
+  # currently does not get checked-in to git:
+my $gbdDPath  = "/cluster/home/galt/kentclean/src/hg/htdocs/goldenPath/gbdDescriptions.html";  
 my $noLoad    = 0;
 my $verbose   = 0;