1
0
mirror of synced 2026-05-12 01:55:40 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
rmkaplan
6424377094 Merge branch 'master' into rmk186--Fix-WHEELSCROLL.TEDIT 2026-05-11 13:41:21 -07:00
Frank Halasz
46df732486 Fix Issue#2603: Erroneous lock violation detection during "./loadup -db" (#2605)
Fix Issue#2603:  fix handling of the internal use only --ignore_lock command line argument to the loadup script.  Was being processed correctly in loadup but then overridden by a reset in loadup-setup.sh.  Removed the reset in loadup-setup.sh
2026-05-11 13:20:49 -07:00
rmkaplan
a28df412ed Update WHEELSCROLL.TEDIT 2026-05-11 12:54:57 -07:00
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@@ -256,8 +256,6 @@ process_maikodir() {
export LOADUP_LOCKFILE="${LOADUP_WORKDIR}"/lock
LOADUP_LOCK=""
override_lock=false
ignore_lock=false
check_run_lock() {
if [ "${ignore_lock}" = false ]