mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
don't delete git directories on --redownload, only --reextract
added an alias clean::reclone fixed boost config jam using backslashes
This commit is contained in:
@@ -80,7 +80,7 @@ void python::do_clean(clean c)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (is_any_set(c, clean::redownload|clean::reextract))
|
||||
if (is_set(c, clean::reclone))
|
||||
{
|
||||
git::delete_directory(cx(), source_path());
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user