Changeset 23890 for trunk/ippScripts/scripts/receive_file.pl
- Timestamp:
- Apr 16, 2009, 3:48:29 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/receive_file.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/receive_file.pl
r23888 r23890 114 114 foreach my $file ( @files ) { 115 115 my $from = "$tempdir/$file"; # Source for file 116 my $t o= "$workdir/$file"; # Target destination for file117 $ipprc->file_prepare( $to );116 my $target = "$workdir/$file"; # Target destination for file 117 my $to = $ipprc->file_prepare( $target ); # Target for move 118 118 system("mv $from $to") == 0 or die "Unable to move $file into workdir $workdir: $!\n"; 119 119 }
Note:
See TracChangeset
for help on using the changeset viewer.
