Merge ElementsProject/secp256k1-zkp#242: sync-upstream.sh: Fix position of "-b" option in reproduce command
9b6a1c384dsync-upstream.sh: Fix position of "-b" option in reproduce command (Tim Ruffing) Pull request description: ACKs for top commit: jonasnick: utACK9b6a1c384dTree-SHA512: 27e4a41bc9c8f10715623f669c97a511520753b23d24ae91d6d2144e54588da0769f97b1de78c87b7471b39e556b682b1c2910b2bf71f124fb77cbc9e446d5f8
This commit is contained in:
@@ -79,13 +79,13 @@ case $1 in
|
||||
shift
|
||||
setup
|
||||
range "$@"
|
||||
REPRODUCE_COMMAND="$0 range -b $LOCAL_BRANCH $RANGEEND_COMMIT"
|
||||
REPRODUCE_COMMAND="$0 -b $LOCAL_BRANCH range $RANGEEND_COMMIT"
|
||||
;;
|
||||
select)
|
||||
shift
|
||||
setup
|
||||
COMMITS=$*
|
||||
REPRODUCE_COMMAND="$0 select -b $LOCAL_BRANCH $@"
|
||||
REPRODUCE_COMMAND="$0 -b $LOCAL_BRANCH select $@"
|
||||
;;
|
||||
help)
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user