Forráskód Böngészése

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 éve
szülő
commit
6b70fa72fe
1 módosított fájl, 3 hozzáadás és 1 törlés
  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"