Plugin Directory

Changeset 2745502


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

fix bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spocket/trunk/deploy.sh

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