Changeset 7348 for trunk/MagicSoft
- Timestamp:
- 09/12/05 15:19:41 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7347 r7348 18 18 19 19 -*-*- END OF LINE -*-*- 20 2005/09/12 Daniela Dorner 21 22 * datacenter/scripts/copyscript: 23 - fixed small bug in change of 2005/08/29 24 25 26 20 27 2005/09/09 Thomas Bretz 21 28 -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7339 r7348 194 194 195 195 #copy file 196 $totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'`197 $totapepath=`dirname $totapefile`196 totapefile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/datacenter\/totape/'` 197 totapepath=`dirname $totapefile` 198 198 makedir $totapepath >> $scriptlog 2>&1 199 199 if ! cp -v $file $totapepath >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.