diff options
Diffstat (limited to 'admin/sbols')
| -rwxr-xr-x | admin/sbols | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
