Changeset 1951 in ProjectBuilder for devel


Ignore:
Timestamp:
Mar 3, 2015, 12:50:07 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Avoid getting the tags file for ppg/pbvi
Location:
devel/pb/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pbg

    r1358 r1951  
    11#!/bin/bash
    22export LANGUAGE=C
    3 egrep -r $* . | egrep -v '\.svn|~:|Binary[ \t]|/CVS/|/tags/|No such'
     3egrep -r $* . | egrep -v '\.svn|~:|Binary[ \t]|/CVS/|/tags$|No such'
  • devel/pb/bin/pbvi

    r1358 r1951  
    11#!/bin/bash
    22export LANGUAGE=C
    3 gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/|No such' | cut -d: -f1 | sort -u`
     3gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/|/tags$|No such' | cut -d: -f1 | sort -u`
Note: See TracChangeset for help on using the changeset viewer.