Index: trunk/tools/bills/comparep2detections
===================================================================
--- trunk/tools/bills/comparep2detections	(revision 39116)
+++ trunk/tools/bills/comparep2detections	(revision 39146)
@@ -84,7 +84,5 @@
     die "failed to find smf for $exp_name in sasdata\n" unless $smf;
 } else {
-    # XXX: look up the smf for the exposure here
-    # die "only test mode works right now\n";
-    my $cmd = "releasetool -listrelexp -release_name $release -exp_id $exp_id | grep path_base | awk '{print \$3}'";
+    my $cmd = "releasetool -listrelexp -release_name $release -exp_id $exp_id | grep cam_path_base | awk '{print \$3}'";
     print "$cmd\n" if $verbose;
     my $path_base = `$cmd`;
