aboutsummaryrefslogtreecommitdiff
path: root/sbostuff.sh
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-09-10 06:37:33 -0400
committerB. Watson <urchlay@slackware.uk>2026-09-10 06:37:33 -0400
commit50325b356e0e84af8fe9f5d01c203b8b3014ab78 (patch)
tree066e519289f122c6e6f0d44811abdcc3f8428bf7 /sbostuff.sh
parent9826aa3722068fec024af2977f675416e9a99d92 (diff)
downloadsbostuff-50325b356e0e84af8fe9f5d01c203b8b3014ab78.tar.gz
sboul: allow SBO_UL_EMAIL override in env.
Diffstat (limited to 'sbostuff.sh')
-rw-r--r--sbostuff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbostuff.sh b/sbostuff.sh
index 1bbe5ba..c4d059e 100644
--- a/sbostuff.sh
+++ b/sbostuff.sh
@@ -11,7 +11,7 @@
if [ -e ~/.sbostuff.cfg ]; then
source ~/.sbostuff.cfg
- export SBO_GITROOT SBO_NAME SBO_EMAIL SBO_GITBRANCH
+ export SBO_GITROOT SBO_NAME SBO_EMAIL SBO_UL_EMAIL SBO_GITBRANCH
else
echo "sbostuff: No ~/.sbostuff.cfg, please create one."
fi