Skip to content

Commit

Permalink
please.sh prerelease: offer --no-include-sha256sums
Browse files Browse the repository at this point in the history
This is needed with --no-upload in the automated build.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 14, 2019
1 parent c981e88 commit b219b5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions please.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,9 @@ prerelease () { # [--installer | --portable | --mingit | --mingit-busybox] [--on
--include-sha256sums)
include_sha256sums=--include-sha256sums
;;
--no-include-sha256sums)
include_sha256sums=
;;
-*) die "Unknown option: %s\n" "$1";;
*) break;;
esac; do shift; done
Expand Down

0 comments on commit b219b5c

Please sign in to comment.