Skip to content

Commit

Permalink
bee-remove: Use BEE_VERSION in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jul 30, 2012
1 parent 7a6f363 commit 090e555
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bee-remove.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ if [ -z "${BEE_VERSION}" ] ; then
exit 1
fi

VERSION=${BEE_VERSION}

: ${BEE_BINDIR:=@BINDIR@}
: ${BEE_LIBEXECDIR:=@LIBEXECDIR@}

Expand Down Expand Up @@ -154,7 +152,7 @@ function run_hooks() {

function usage() {
cat <<-EOF
bee-remove v${VERSION} 2009-2012
bee-remove v${BEE_VERSION} 2009-2012
by Marius Tolzmann and Tobias Dreyer <{tolzmann,dreyer}@molgen.mpg.de>
Max Planck Institute for Molecular Genetics Berlin Dahlem
Expand Down

0 comments on commit 090e555

Please sign in to comment.