From 28a2119fba3924f698156c0b243387be464243d8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 19 Dec 1994 16:08:48 +0000 Subject: [PATCH] don't sanitize arc files that have already been deleted --- opcodes/.Sanitize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index f1619d20241..22eeeb1c64e 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -154,7 +154,7 @@ else done fi -arc_files="ChangeLog configure.in disassemble.c arc-dis.c arc-opc.c" +arc_files="ChangeLog configure.in disassemble.c" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then -- 2.30.2