Show
Ignore:
Timestamp:
08/15/08 01:31:46 (5 months ago)
Author:
David Anderson <dave@…>
Branch:
default
Message:

Fix the regular expression to *actually* accept nicknames correctly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • scripts/metadata_report.sh

    r625 r626  
    1313 
    1414AUTHOR=`hg tip --template {author}` 
    15 AUTHOR_VALID=`echo $AUTHOR | egrep -i '[a-z ]+ (\[[a-z0-9 ]\] )?<[a-z.+@]+>'` 
     15AUTHOR_VALID=`echo $AUTHOR | egrep -i '[a-z ]+ (\[[a-z0-9 ]+\] )?<[a-z.+@]+>'` 
    1616 
    1717if [ "x$AUTHOR_VALID" = "x" ]; then