diff options
author | Ken Raeburn <raeburn@cygnus> | 1998-08-12 10:50:35 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1998-08-12 10:50:35 +0000 |
commit | 3d759c53c925566cd94b579aa4751191d40ae4ab (patch) | |
tree | fac779eb7d661f7de76ede0918dec61e4fbde326 /bfd | |
parent | 485c39eb7bbc101b57686abb2e0378ef3f641f90 (diff) | |
download | gdb-3d759c53c925566cd94b579aa4751191d40ae4ab.zip gdb-3d759c53c925566cd94b579aa4751191d40ae4ab.tar.gz gdb-3d759c53c925566cd94b579aa4751191d40ae4ab.tar.bz2 |
sanitize-vr5400 -> sanitize-cygnus, for 98r2
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 30e09e4..23c3e2c 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -486,7 +486,7 @@ else echo Removing traces of \"cygnus\" from $i... fi cp $i new - sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new + sed '/start\-sanitize\-cygnus/,/end\-sanitize\-cygnus/d' < $i > new if [ -n "${safe}" -a ! -f .Recover/$i ] ; then if [ -n "${verbose}" ] ; then echo Caching $i in .Recover... |