Changeset 1358 in ProjectBuilder


Ignore:
Timestamp:
Nov 21, 2011, 3:18:09 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Avoid error message if dead links exist for pbg and pbvi
Location:
devel/pb/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pbg

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

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