154815 fixed, removing hack. -mcafee

This commit is contained in:
cltbld%netscape.com 2002-07-12 03:50:49 +00:00
parent 5862923ad8
commit b9046f61d8

View File

@ -138,9 +138,7 @@ sub main {
# Clean profile out, if set.
# Assume Chimera always uses ~/Library/Chimera/Profiles/default for now.
if ($Settings::CleanProfile) {
#my $chim_profile_dir = "$ENV{HOME}/Library/Chimera/Profiles/default";
# delete the whole chimera dir to work around bug 154815
my $chim_profile_dir = "$ENV{HOME}/Library/Chimera";
my $chim_profile_dir = "$ENV{HOME}/Library/Chimera/Profiles/default";
TinderUtils::print_log "Deleting $chim_profile_dir...\n";
File::Path::rmtree([$chim_profile_dir], 0, 0);