diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-02 16:49:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-02 16:49:58 +0300 |
commit | ea428afa80050adc24606356be04aae450ac0820 (patch) | |
tree | 1270fe82a2799fdd30837a63497db191af8ceb58 | |
parent | 4c9c071567afd9e759a92a3fbaf7bcca623c1822 (diff) |
another fix for #2239
-rw-r--r-- | tools/build_scripts/fixme.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_scripts/fixme.cmd b/tools/build_scripts/fixme.cmd index a42f534da0..077efe0beb 100644 --- a/tools/build_scripts/fixme.cmd +++ b/tools/build_scripts/fixme.cmd @@ -44,7 +44,7 @@ if not exist "%TmpFileName%" ( goto :eof ) -mdbx_load.exe -n -f "%TmpFileName%" "%FullProfileName%.tmp" +mdbx_load.exe -a -n -f "%TmpFileName%" "%FullProfileName%.tmp" if errorlevel 1 ( echo Restore failed, exiting goto :eof |