Changeset 26151 for trunk/pstamp/scripts/pstamp_parser_run.pl
- Timestamp:
- Nov 15, 2009, 1:53:33 PM (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
r25319 r26151 13 13 use Getopt::Long qw( GetOptions ); 14 14 use File::Basename qw( basename dirname); 15 use File::Copy; 15 16 use POSIX qw( strftime ); 16 17 use Carp; … … 119 120 unlink $new_uri or my_die("failed to unlink $new_uri", $req_id, $PS_EXIT_UNKNOWN_ERROR); 120 121 } 121 if (! symlink$uri, $new_uri) {122 my_die ("failed to linkrequest file $uri to workdir $workdir", $req_id, $PS_EXIT_UNKNOWN_ERROR);122 if (! copy $uri, $new_uri) { 123 my_die ("failed to copy request file $uri to workdir $workdir", $req_id, $PS_EXIT_UNKNOWN_ERROR); 123 124 } 124 125 }
Note:
See TracChangeset
for help on using the changeset viewer.
