Changeset bc164b0 for npl/rebuildcheck


Ignore:
Timestamp:
01/19/17 18:42:49 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, ntop, perl-5.22
Children:
8f290a0
Parents:
f2b7abf
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/rebuildcheck

    rf2b7abf rbc164b0  
    190190                #show all diffs:
    191191                for PKG in `dirname $BUILDFILE`/*.pkg; do
    192                         if [ "`git status --porcelain $PKG`" != "" ]; then
     192                        if [ "`git status --porcelain $PKG|grep -v '^?'`" != "" ]; then
    193193                                echo
    194194                                echo "################## DIFF of $PKG:"
Note: See TracChangeset for help on using the changeset viewer.