Index: trunk/ippScripts/scripts/dist_component.pl
===================================================================
--- trunk/ippScripts/scripts/dist_component.pl	(revision 23778)
+++ trunk/ippScripts/scripts/dist_component.pl	(revision 24434)
@@ -189,9 +189,9 @@
         # save the 
         if ($image_type eq 'image') {
-            $image = $path
+            $image = $file_name;
         } elsif ($image_type eq 'mask') {
-            $mask = $path;
+            $mask = $file_name;;
         } elsif ($image_type eq 'variance') {
-            $variance = $path;
+            $variance = $file_name;;
         } else {
             &my_die("invalid image type found: $image_type", $dist_id, $component,
