mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
scripts: build-release -> build-binary
This makes the functionality of the script more clear, and always use bash to run the script because it has bash-specific grammar.
This commit is contained in:
parent
cf6cb82caa
commit
6b70fa72fe
@ -1,4 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
VER=$1
|
||||
PROJ="etcd"
|
Loading…
x
Reference in New Issue
Block a user