Index: trunk/ippScripts/scripts/receive_file.pl
===================================================================
--- trunk/ippScripts/scripts/receive_file.pl	(revision 23888)
+++ trunk/ippScripts/scripts/receive_file.pl	(revision 23890)
@@ -114,6 +114,6 @@
     foreach my $file ( @files ) {
         my $from = "$tempdir/$file"; # Source for file
-        my $to = "$workdir/$file"; # Target destination for file
-        $ipprc->file_prepare( $to );
+        my $target = "$workdir/$file"; # Target destination for file
+        my $to = $ipprc->file_prepare( $target ); # Target for move
         system("mv $from $to") == 0 or die "Unable to move $file into workdir $workdir: $!\n";
     }
