Changeset 266 for trunk/bootstrap.sh

Show
Ignore:
Timestamp:
05/06/08 12:14:56 (8 months ago)
Author:
saurik
Message:

Added some better echo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bootstrap.sh

    r250 r266  
    3636    files=("${PKG_BASE}/temp"/*) 
    3737    if [[ ${#files[@]} -ne 0 ]]; then 
    38         echo "  copying files..." 
    3938        cp -a "${PKG_BASE}/temp"/* "${PKG_BOOT}" 
    4039    fi