ソースを参照

Merge pull request #2709 from justinsb/specify_bash_in_genproto

genproto assumes bash; specify bash
Xiang Li 11 年 前
コミット
4eae0e06e5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      scripts/genproto.sh

+ 1 - 1
scripts/genproto.sh

@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 #
 # Generate all etcd protobuf bindings.
 # Run from repository root.