diff options
Diffstat (limited to 'bdb/dist/s_recover')
-rwxr-xr-x | bdb/dist/s_recover | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdb/dist/s_recover b/bdb/dist/s_recover index 869b5bfd363..fc2e160c083 100755 --- a/bdb/dist/s_recover +++ b/bdb/dist/s_recover @@ -66,4 +66,4 @@ for i in db dbreg btree fileops hash qam txn; do done # Build the example application's recovery routines. -(cd ../examples_c/ex_apprec && sh auto_rebuild) +#(cd ../examples_c/ex_apprec && sh auto_rebuild) |