Changeset 27897 for trunk/pstamp/scripts/pstamp_parser_run.pl
- Timestamp:
- May 10, 2010, 10:51:02 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r27874 r27897 84 84 85 85 if (!$outdir or ($outdir eq "NULL")) { 86 # workdir is where all of the files generated for this request are placed86 # outdir is where all of the files generated for this request are placed 87 87 # NOTE: this location needs to be kept in sync with the web interface ( request.php ) 88 88 my $datestr = strftime "%Y%m%d", gmtime; … … 124 124 } 125 125 } elsif ($uri ne $new_uri) { 126 # put a link to the file into the workdir126 # copy the request file into outdir 127 127 if (-e $new_uri) { 128 # file exists already delete it incase the previous copy is bogus 128 129 unlink $new_uri or my_die("failed to unlink $new_uri", $req_id, $PS_EXIT_UNKNOWN_ERROR); 129 130 }
Note:
See TracChangeset
for help on using the changeset viewer.
