Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7455)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7456)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/12/14 Daniela Dorner
+
+   * datacenter/scripts/copyscript:
+     - fixed bug
+
+
+
  2005/12/13 Daniela Dorner
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7455)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7456)
@@ -245,5 +245,5 @@
 do
    #write information into .diff
-   echo "file: "$catfile > $diff
+   echo "file: "$catfile >| $diff
    diff $catalog $catfile >> $diff
    #getting differences
