diff options
author | Jeff Law <law@redhat.com> | 1996-11-04 20:49:59 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-11-04 20:49:59 +0000 |
commit | 83d6b9df83326fb36745f43d9b02432c2f15990b (patch) | |
tree | d765848c20b1723ca7146e30643a06fefae12704 | |
parent | 9eb0125b6cdf920e8096a8d25d5a6466c3268611 (diff) | |
download | gdb-83d6b9df83326fb36745f43d9b02432c2f15990b.zip gdb-83d6b9df83326fb36745f43d9b02432c2f15990b.tar.gz gdb-83d6b9df83326fb36745f43d9b02432c2f15990b.tar.bz2 |
Fix problems introduced in last change (two "Do-first" lines).
-rw-r--r-- | gdb/testsuite/config/.Sanitize | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/config/.Sanitize b/gdb/testsuite/config/.Sanitize index 6880283..21b87a0 100644 --- a/gdb/testsuite/config/.Sanitize +++ b/gdb/testsuite/config/.Sanitize @@ -9,12 +9,6 @@ # before anything else is done. Blank lines will also be squashed # out. -# The lines between the "Do-first:" line and the "Things-to-keep:" -# line are executed as a /bin/sh shell script before anything else is -# done in this directory. - -Do-first: - # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |