Skip to content

Commit

Permalink
scripts: build-release -> build-binary
Browse files Browse the repository at this point in the history
This makes the functionality of the script more clear, and always use
bash to run the script because it has bash-specific grammar.
  • Loading branch information
yichengq committed Sep 6, 2015
1 parent cf6cb82 commit 6b70fa7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build-release → scripts/build-binary
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh -e
#!/usr/bin/env bash

set -e

VER=$1
PROJ="etcd"
Expand Down

0 comments on commit 6b70fa7

Please sign in to comment.