Kaynağa Gözat

script: genproto assumes bash; specify bash

Justin Santa Barbara 11 yıl önce
ebeveyn
işleme
117cb995a5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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.