Differences From Artifact [32c65e5abc]:
- File dbmod.scm (unpublished)— part of check-in [d6e2d2990e] at 2021-02-14 20:26:48 on branch v1.6569-multi-db-wip — Minor cleanup (user: matt, size: 199906) [annotate] [blame] [check-ins using]
To Artifact [4b78a956c8]:
- File dbmod.scm (unpublished)— part of check-in [0bf123a8c3] at 2021-02-14 22:34:32 on branch v1.6569-multi-db-wip — Sync bunch of minor changes with v1.65-real (user: matt, size: 199986) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
4628 4629 4630 4631 4632 4633 4634 4635 4636 | ;; (lambda () (process-run fullcmd) (if prev-nbfake-log (setenv "NBFAKE_LOG" prev-nbfake-log) (unsetenv "NBFAKE_LOG")) )) ;; )) ) | > | 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 | ;; (lambda () (process-run fullcmd) (if prev-nbfake-log (setenv "NBFAKE_LOG" prev-nbfake-log) (unsetenv "NBFAKE_LOG")) )) ;; )) ;;======================================================================the end ) |