210c39cf46050fb9024471e07422aba588183dc8
hiram
  Thu Apr 30 10:07:53 2026 -0700
claude says to not use the -b bash setting refs #31811

diff --git src/hg/utils/automation/kegAlignLastz.sh src/hg/utils/automation/kegAlignLastz.sh
index a6a1eeffb5a..274881974c0 100755
--- src/hg/utils/automation/kegAlignLastz.sh
+++ src/hg/utils/automation/kegAlignLastz.sh
@@ -1,18 +1,18 @@
 #!/bin/bash
 
-set -beEu -o pipefail
+set -eEu -o pipefail
 
 export userName="`whoami`"
 
 export bigHub="hgwdev"
 export workHorse="hgwdev"
 export smallClusterHub="hgwdev"
 export fileServer="hgwdev"
 #  a python virtual environment to run this
 export planemoCmd="/hive/users/hiram/galaxy/venv3.12/bin/planemo"
 
 # parse optional -force flag to skip genark table verification
 export forceRun=0
 if [ $# -gt 0 ] && [ "$1" = "-force" ]; then
   forceRun=1
   shift