From 8f0a940121ee8283a5fa1718827caffd7af521c6 Mon Sep 17 00:00:00 2001 From: Tobias Dreyer Date: Mon, 2 Jan 2012 10:46:25 +0100 Subject: [PATCH] beesh: added function to disable bee auto exclusion --- src/beesh.sh.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/beesh.sh.in b/src/beesh.sh.in index 0631dd6..a32989e 100755 --- a/src/beesh.sh.in +++ b/src/beesh.sh.in @@ -104,6 +104,10 @@ function show_help() { EOF } +function disable_autoexclusion() { + unset BEE_AUTO_EXCLUDE +} + function require_version() { if @BINDIR@/beeversion "${VERSION}" -lt "${1}" ; then print_error "this bee-file requires at least bee v${1} .."