Skip to content

Commit

Permalink
Add --tools flag
Browse files Browse the repository at this point in the history
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from #14)
  • Loading branch information
richsalz committed May 21, 2018
1 parent a3215cf commit c0ba851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions review-tools/ghmerge
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ if [ ! -d .git ] ; then
exit 1
fi

if [ "$1" = "--tools" ] ; then
WHAT=tools ; MERGE=yes ; BUILD=no ; shift
fi
if [ "$1" = "--web" ] ; then
WHAT=web ; MERGE=yes ; BUILD=no ; shift
fi
Expand Down Expand Up @@ -82,6 +85,7 @@ if [ "$MERGE" == "yes" ] ; then
else
git rebase $WORK
fi

# echo Rebuilding
# opensslbuild |& tail -3

Expand Down

0 comments on commit c0ba851

Please sign in to comment.