Index: trunk/ippScripts/scripts/chip_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/chip_imfile.pl	(revision 18019)
+++ trunk/ippScripts/scripts/chip_imfile.pl	(revision 18360)
@@ -226,4 +226,5 @@
     my $class_id = shift; # Class identifier
     my $exit_code = shift; # Exit code to add
+    # outputImage and outroot are globals
 
     carp($msg);
@@ -235,4 +236,5 @@
         $command .= " -code $exit_code";
         $command .= " -uri $outputImage";
+        $command .= " -path_base $outroot";
         $command .= " -hostname $host" if defined $host;
         $command .= " -dbname $dbname" if defined $dbname;
