Skip to content

Commit

Permalink
bee-install: fix pathname evaluation of available packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Dreyer committed Jun 5, 2012
1 parent 4276beb commit 567ccd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bee-install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function pkg_install() {

maxavail=$(${BEE_BINDIR}/beeversion -max ${available[@]})

fileavail=( $(${BEE_LIBEXECDIR}/bee/bee.d/bee-list --available --display-pathname ${maxavail}) )
fileavail=( $(${BEE_LIBEXECDIR}/bee/bee.d/bee-list --available --exact --display-pathname ${maxavail}) )

assert "${#fileavail[@]}" = 1

Expand Down

0 comments on commit 567ccd0

Please sign in to comment.