Skip to content

Commit

Permalink
Merge branch 'fixes'
Browse files Browse the repository at this point in the history
* fixes:
  beesh: Fix fatal typo in sourcesubdir_append()
  • Loading branch information
mariux committed Mar 5, 2013
2 parents 2b41e28 + 180f975 commit f009e28
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 @@ -194,7 +194,7 @@ function sourcesubdir_prepend() {
}

function sourcesubdir_append() {
BEE_SOURCESUBDIR="${BEE_SOURCESUBDIR:+${BEE_SOURCESUBDIR}/}{$1}"
BEE_SOURCESUBDIR="${BEE_SOURCESUBDIR:+${BEE_SOURCESUBDIR}/}${1}"
}

#### bee_init_builddir() ######################################################
Expand Down

0 comments on commit f009e28

Please sign in to comment.