Changeset 20631


Ignore:
Timestamp:
2011/03/14 13:49:28 (13 years ago)
Author:
nanasess
Message:

-delete を xargs rm -rf に修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eccube-donation/donation-release.sh

    r20630 r20631  
    3838patch -p3 -d $SIDE_DIR < sidebar.patch 1>> $LOG 
    3939 
    40 find $SIDE_DIR -name '*.orig' -delete -print 1>> $LOG 
     40find $SIDE_DIR -name '*.orig' | xargs rm -rf 1>> $LOG 
    4141 
    4242for DIR in $GENERAL_DIR $SIDE_DIR $MOBILE_DIR $ADMIN_DIR 
Note: See TracChangeset for help on using the changeset viewer.