Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7797)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7798)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/07/21 Daniela Dorner
+
+   * datacenter/scripts/checkfilesforsequavail:
+     - fixed bug in path
+
+
+
  2006/07/19 Thomas Bretz
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail	(revision 7797)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail	(revision 7798)
@@ -77,5 +77,5 @@
    var2=$no2
    checkfileavailpath=$logpath/$program/$no
-   makedir $outpath  >> $scriptlog 2>&1 
+   makedir $checkfileavailpath  >> $scriptlog 2>&1 
    checkfileavaillog=$checkfileavailpath/$program-$sequence.log
    
