Plugin Directory

Changeset 2745500


Ignore:
Timestamp:
06/20/2022 07:49:39 PM (4 years ago)
Author:
tomspocket
Message:

fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spocket/trunk/deploy.sh

    r2745496 r2745500  
    109109# Add all new files that are not set to be ignored
    110110svn delete httpful.phar
     111rm -r httpful.phar
    111112svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add
    112113svn commit --username=$SVNUSER -m "$COMMITMSG"
Note: See TracChangeset for help on using the changeset viewer.