Skip to content

Commit

Permalink
Merge pull request #203 from ruester/buildmagic-array
Browse files Browse the repository at this point in the history
beesh: Fix use of bee_buildmagic variable
  • Loading branch information
mariux committed Apr 23, 2016
2 parents 0ca5d47 + e8632ab commit 680756d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ cd "${S}"

bee_run patch "${bee_PATCHFILES[@]}"

bee_buildmagic=$("${BEE_BINDIR}/beeuniq" "${BEE_BUILDTYPE[@]}" \
bee_buildmagic=( $("${BEE_BINDIR}/beeuniq" "${BEE_BUILDTYPE[@]}" \
cmake \
autotools \
autogen \
Expand All @@ -1032,7 +1032,7 @@ bee_buildmagic=$("${BEE_BINDIR}/beeuniq" "${BEE_BUILDTYPE[@]}" \
make \
jb \
haskell-module \
)
) )

BEE_BUILDTYPE_DETECTED=""

Expand Down

0 comments on commit 680756d

Please sign in to comment.