Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7347)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7348)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2005/09/12 Daniela Dorner
+
+   * datacenter/scripts/copyscript:
+     - fixed small bug in change of 2005/08/29
+
+
+
  2005/09/09 Thomas Bretz
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7347)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7348)
@@ -194,6 +194,6 @@
 
          #copy file
-         $totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`
-         $totapepath=`dirname $totapefile`
+         totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`
+         totapepath=`dirname $totapefile`
          makedir $totapepath >> $scriptlog 2>&1 
          if ! cp -v $file $totapepath >> $scriptlog 2>&1 
