mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
154815 fixed, removing hack. -mcafee
This commit is contained in:
parent
5862923ad8
commit
b9046f61d8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user