Changeset f54b72d for npl/rebuildcheck


Ignore:
Timestamp:
01/17/17 23:52:06 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, ntop, perl-5.22
Children:
5e97a9c
Parents:
60c2b1d
Message:

git fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/rebuildcheck

    r60c2b1d rf54b72d  
    190190                #show all diffs:
    191191                for PKG in `dirname $BUILDFILE`/*.pkg; do
    192                         if svn info "$PKG" &>/dev/null; then
     192                        if [ "`git status --porcelain $PKG`" != "" ]; then
    193193                                echo
    194194                                echo "################## DIFF of $PKG:"
Note: See TracChangeset for help on using the changeset viewer.