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:
Yicheng Qin 2015-09-05 23:58:21 -07:00
parent cf6cb82caa
commit 6b70fa72fe

View File

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/usr/bin/env bash
set -e
VER=$1
PROJ="etcd"