Browse Source

build: use posix shell

Elan Ruusamäe 10 years ago
parent
commit
77c3613d94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build

+ 1 - 1
build

@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/sh -e
 
 ORG_PATH="github.com/coreos"
 REPO_PATH="${ORG_PATH}/etcd"