Index: trunk/ippTasks/camera.pro
===================================================================
--- trunk/ippTasks/camera.pro	(revision 14681)
+++ trunk/ippTasks/camera.pro	(revision 14693)
@@ -140,6 +140,6 @@
       $outpath = `ipp_datapath.pl $WORKDIR`
     end
-    $outpath = $outpath/$EXP_TAG
-    $outroot = $outpath/$EXP_TAG.cm.$CAM_ID
+    sprintf outpath "%s/%s" $outpath $EXP_TAG
+    sprintf outroot "%s/%s.cm.%s" $outpath $EXP_TAG $CAM_ID
     $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
     if ("$logfile" == "") 
