aboutsummaryrefslogtreecommitdiffstats
path: root/bosun
diff options
context:
space:
mode:
Diffstat (limited to 'bosun')
-rwxr-xr-xbosun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bosun b/bosun
index 5d651a3..c24584f 100755
--- a/bosun
+++ b/bosun
@@ -1,6 +1,6 @@
#!/bin/sh
-export STOW_DIR=/etc/portage/stow
+export STOW_DIR=${BOSUN_DIR:-/etc/portage/stow}
err() {
printf "bosun: %s\n" "$@" >&2