Changeset 7800


Ignore:
Timestamp:
07/23/06 12:30:21 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7799 r7800  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/07/23 Thomas Bretz
     21 
     22   * datacenter/scripts/copyscript:
     23     - only try to insert the contents of runbook files which
     24       contain the regexp \\\.rbk$ instead of .rbk It might be
     25       that in a script it should be \.rbk$ rather than \\\.rbk$
     26       (to be tested)
     27
     28
     29
    2030 2006/07/22 Thomas Bretz
    2131
  • trunk/MagicSoft/Mars/datacenter/scripts/copyscript

    r7776 r7800  
    147147         #run macros if the file is a *.rbk or a *.run file to
    148148         #fill the information into the db
    149          if echo $filename | grep .rbk  >> $scriptlog 2>&1
     149         if echo $filename | grep \\\.rbk$  >> $scriptlog 2>&1
    150150         then
    151151            echo "found rbk-file $filename"  >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.