Index: trunk/ippScripts/scripts/phase3.pl
===================================================================
--- trunk/ippScripts/scripts/phase3.pl	(revision 11845)
+++ trunk/ippScripts/scripts/phase3.pl	(revision 11950)
@@ -126,5 +126,5 @@
 } else {
     my $example = ${$files}[0]->{b1_uri}; # Example original root name
-    my ($vol, $dir, $file) = File::Spec->splitpath( $example );
+    my ($vol, $dir, $file) = File::Spec->splitpath( $ipprc->convert_filename_absolute( $example ) );
     $workdir = $dir;
 }
@@ -135,4 +135,6 @@
 my $outputFile =  "$exp_tag.p3";
 my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile );
+
+die "$outputRoot\n";
 
 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1
