Changeset 3832

Show
Ignore:
Timestamp:
07/31/08 13:18:26 (2 years ago)
Author:
mrenzmann
Message:

Prevent complaint from grep in case Subversion has not yet saved any (simple) authentication information.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • madwifi/trunk/scripts/make-release.bash

    r3831 r3832  
    5454repos=$(svn info | grep "Repository Root" | cut -d" " -f3) 
    5555for f in ~/.subversion/auth/svn.simple/*; do 
     56        [ -f $f ] || continue 
     57         
    5658        if [[ "$(grep -c "$repos" $f)" != "0" ]]; then 
    5759                valid=1