Explorar el Código

Merge pull request #2709 from justinsb/specify_bash_in_genproto

genproto assumes bash; specify bash
Xiang Li hace 11 años
padre
commit
4eae0e06e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.
 # Generate all etcd protobuf bindings.
 # Run from repository root.
 # Run from repository root.