add sanitization of m32rx PIPE attribute, redact can do this more cleanly
authorDoug Evans <dje@google.com>
Wed, 4 Feb 1998 01:05:07 +0000 (01:05 +0000)
committerDoug Evans <dje@google.com>
Wed, 4 Feb 1998 01:05:07 +0000 (01:05 +0000)
opcodes/.Sanitize

index f705c434802fefafd7cd45ccba8bf5360b12153e..b53c650739315104d4a19476f59baef413fb5b6b 100644 (file)
@@ -454,7 +454,9 @@ else
                                echo Removing traces of \"m32rx\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-m32rx/,/end\-sanitize\-m32rx/d' < $i > new
+                       # The PIPE sanitization will be much cleaner with redact.
+                       sed -e '/start\-sanitize\-m32rx/,/end\-sanitize\-m32rx/d' \
+                               -e 's/, PIPE_[A-Z]*//g' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
This page took 0.028325 seconds and 4 git commands to generate.