Skip to content

Commit

Permalink
beesh: added function to disable bee auto exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Dreyer committed Jan 2, 2012
1 parent 132cec5 commit 8f0a940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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} .."
Expand Down

0 comments on commit 8f0a940

Please sign in to comment.