Skip to content

Commit

Permalink
beesh: fix version output by setting BEE_VERSION and VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jul 15, 2011
1 parent 3f83157 commit 3dc76d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set -e
ARCH=$(arch)

# Version
VERSION="@BEE_VERSION@"
BEE_VERSION="@BEE_VERSION@"
VERSION=${BEE_VERSION}

: ${BEE_SYSCONFDIR:=@SYSCONFDIR@}
: ${BEE_DEFCONFDIR:=@DEFCONFDIR@}
Expand Down

0 comments on commit 3dc76d1

Please sign in to comment.