浏览代码

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.
Yicheng Qin 10 年之前
父节点
当前提交
6b70fa72fe
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      scripts/build-binary

+ 3 - 1
scripts/build-release → scripts/build-binary

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