Skip to content

Commit

Permalink
beesh: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester authored and mariux committed Jun 1, 2015
1 parent 4e42f4a commit 8691871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function check_rebuild() {
print_warning "please increase revision number"

beefile_dir=${beefile%/*}
eval $(${BEEVERSION} ${beefile}})
eval $(${BEEVERSION} ${beefile})

beefile_pattern="${PKGFULLNAME}-${PKGFULLVERSION}"
beefile_max=$(for bf in $(ls ${beefile%/*}/${beefile_pattern}*.bee ${BEE_BEEDIR}/${beefile_pattern}*.bee 2>/dev/null |\
Expand Down

0 comments on commit 8691871

Please sign in to comment.