Skip to content

Commit

Permalink
beesh: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jul 20, 2016
1 parent 680756d commit 130ccfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,6 @@ function bee_crosscheck() {

#### bee_pkg_pack() ###########################################################

# $EXCLUDE is read from .bee file
# $BEE_SKIPLIST is found in $BEEFAULTS
function bee_pkg_pack() {
${BEEFIND} --exclude='^/CONTENT$' \
--exclude-list=<(
Expand Down Expand Up @@ -938,7 +936,7 @@ print_info " BEE_TMP_BUILDROOT ${BEE_TMP_BUILDROOT}"

BEE=$1
if [ "${BEE:0:1}" != "/" ] ; then
BEE=${PWD}/$BEE
BEE=${PWD}/${BEE}
fi

if [ ! -f "${BEE}" ] ; then
Expand Down

0 comments on commit 130ccfd

Please sign in to comment.