From 5ad3c89e8165abd23497762d00577991366d2138 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 18 Sep 2026 06:53:15 -0400 Subject: sbols: whoops, missing sbostuff.sh is an error because that's where cdsb() is defined. --- admin/sbols | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/sbols b/admin/sbols index e762d63..a265757 100755 --- a/admin/sbols +++ b/admin/sbols @@ -65,8 +65,9 @@ while getopts ":monsrcdla" OPT; do done shift $(($OPTIND - 1)) +source ~/sbostuff/sbostuff.sh || exit 1 + # if we have this, use it, otherwise use current dir. -source ~/sbostuff/sbostuff.sh 2>/dev/null [ "$SBO_GITROOT" != "" ] && cd "$SBO_GITROOT" # either way, check that it's for real. -- cgit v1.2.3