- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/pstamp/scripts
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp_parser_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/pstamp/scripts
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20111122/pstamp/scripts/pstamp_parser_run.pl
r32852 r33638 54 54 print "Starting script $0 on $host\n\n"; 55 55 } 56 57 $need_magic = 0; 56 58 57 59 my $missing_tools; … … 292 294 carp($msg); 293 295 296 if (!$req_id) { 297 exit $PS_EXIT_CONFIG_ERROR; 298 } 299 294 300 my $command = "$pstamptool -updatereq -req_id $req_id -set_fault $fault"; 295 301 $command .= " -dbname $dbname" if $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
