From c722ff3c6ab4fb7b01f7f4220eb8bf33a7a9b3d8 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Mon, 27 Jan 2003 23:32:12 +0000 Subject: [PATCH] Uncomment the rm -r of the temp dir that I had out for testing. --- tools/codesighs/autosummary.unix.bash | 2 +- tools/codesighs/basesummary.unix.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/codesighs/autosummary.unix.bash b/tools/codesighs/autosummary.unix.bash index 08b8040b3ab7..27570c343699 100755 --- a/tools/codesighs/autosummary.unix.bash +++ b/tools/codesighs/autosummary.unix.bash @@ -181,4 +181,4 @@ fi # # Remove our temporary directory. # -#rm -rf $MYTMPDIR +rm -rf $MYTMPDIR diff --git a/tools/codesighs/basesummary.unix.bash b/tools/codesighs/basesummary.unix.bash index 959bea11c105..9b8ae9e181c0 100755 --- a/tools/codesighs/basesummary.unix.bash +++ b/tools/codesighs/basesummary.unix.bash @@ -186,4 +186,4 @@ fi # # Remove our temporary directory. # -#rm -rf $MYTMPDIR +rm -rf $MYTMPDIR