Changeset 2583

Show
Ignore:
Timestamp:
05/21/07 15:18:54 (2 years ago)
Author:
tg
Message:

rstrip.sh already requires "file"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/scripts/scan-tools.sh

    r2581 r2583  
    375375fi 
    376376 
     377if ! which file >/dev/null 2>&1; then 
     378        echo You must install \"file\" to continue. 
     379        echo 
     380        out=1 
     381fi 
     382 
    377383 
    378384cd $topdir