Changeset 8078


Ignore:
Timestamp:
10/17/06 09:00:30 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8072 r8078  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2006/10/17 Daniela Dorner
     22
     23   * datacenter/scripts/sourcefile:
     24     - bugfix (intgrep returned not only the number)
     25
     26   * datacenter/scripts/checktransfer:
     27     - removed not needed output
     28
     29
    2030
    2131 2006/10/16 Thomas Bretz
  • trunk/MagicSoft/Mars/datacenter/scripts/checktransfer

    r7993 r8078  
    5656for date in ${dates[@]}
    5757do
    58    if ! ls /magic/datacenter/fromlapalma/RAWchk/$date/$date.finished 2>/dev/null
     58   if ! ls /magic/datacenter/fromlapalma/RAWchk/$date/$date.finished 2>&1 >/dev/null
    5959   then
    6060      printprocesslog "WARN .finished for $date not found"
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r8065 r8078  
    116116# alias (we cannot check the beginning of the line due to
    117117# color codes in filldotraw.C)
    118 alias 'intgrep'='grep -E -o \\\(int\\\)[0-9]+$'
     118alias 'intgrep'='grep -E -o \\\(int\\\)[0-9]+$ | grep -E -o [0-9]+'
    119119
    120120# in the following the functions, which are needed by several scripts, are
Note: See TracChangeset for help on using the changeset viewer.