Explorar o código

Merge pull request #2709 from justinsb/specify_bash_in_genproto

genproto assumes bash; specify bash
Xiang Li %!s(int64=11) %!d(string=hai) anos
pai
achega
4eae0e06e5
Modificáronse 1 ficheiros con 1 adicións e 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.
 # Run from repository root.