Changeset 3387

Show
Ignore:
Timestamp:
08/02/07 15:55:24 (1 year ago)
Author:
tg
Message:

d’oh

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/flash.sh

    r3353 r3387  
    9797imgfile=$1 
    9898[[ $imgfile = *@( )* ]] && die Spaces in filenames are not supported 
     99[[ -s $imgfile ]] || die "Image file '$imgfile' non-existent or 0 bytes" 
    99100if (( nflag )); then 
    100101        ofile=${2:-flash.out}