Skip to content

Commit

Permalink
beenullify.sh: Reset revision when a new version is given
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Aug 10, 2018
1 parent 58e93e2 commit ab60d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/beenullify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ for BEE in "${@+$@}"; do
$MV $BEE $BE0
if test -n "$NEWVERSION"; then
VER=$NEWVERSION
REV=0
fi
sed -i -e "2 i \\\n# BEE_VERSION $PKG-$VER-$REV" -e 's/\s*$//' $BE0

Expand Down

0 comments on commit ab60d40

Please sign in to comment.