Changeset 237

Show
Ignore:
Timestamp:
01/05/07 15:23:43 (2 years ago)
Author:
gbooker
Message:

Use ditto instead of zip. Creates the same files, but appears to be safer with OS X files.
Likely makes no difference, but might as well do it anyway.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/archiveComponents.sh

    r235 r237  
    1010#    echo $item 
    1111    if [[ -d $itemName ]] ; then 
    12         zip -9r "${item}.zip" "$itemName
     12        ditto -c -k --rsrc --keepParent "$itemName" "${item}.zip
    1313        cp "${item}.zip" "$2" 
    1414    fi