- Timestamp:
- Jun 5, 2015, 9:00:20 AM (11 years ago)
- Location:
- trunk/tools
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/checkexp
r38089 r38373 22 22 my $dbname; 23 23 24 # this program must be in the path. There is one in the tools directory 25 my $croot = 'croot'; 26 24 27 GetOptions( 25 28 'start|s=s' => \$startDate, 26 29 'end|e=s' => \$endDate, 27 30 'dbname|d=s' => \$dbname, 31 'camera=s' => \$dbname, 28 32 'verbose|v' => \$verbose, 29 33 ) or pod2usage( 0 ); … … 35 39 36 40 if (!$dbname) { 37 my$dbname = "gpc1";41 $dbname = "gpc1"; 38 42 } 39 43 … … 68 72 69 73 print "Summit Copy and Registration Status\n\n"; 70 my $scode = system " ~bills/bin/croot";74 my $scode = system "$croot --camera $dbname"; 71 75 if ($scode) { 72 76 print STDERR "croot failed with $scode\n";
Note:
See TracChangeset
for help on using the changeset viewer.
