Changeset 839 in ProjectBuilder for devel/pb/bin/pbvi


Ignore:
Timestamp:
Aug 20, 2009, 3:23:23 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Adds option support for pbdistrocheck (-v and -d)
  • Fix a bug on pbvi/pbg for function having binary in their name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pbvi

    r230 r839  
    11#!/bin/bash
    22export LANGUAGE=C
    3 gvim `egrep -r $* . | egrep -vi '\.svn|~:|binary|/CVS/' | cut -d: -f1 | sort -u`
     3gvim `egrep -r $* . | egrep -vi '\.svn|~:|\tbinary\t|/CVS/' | cut -d: -f1 | sort -u`
Note: See TracChangeset for help on using the changeset viewer.