Selaa lähdekoodia

script: genproto assumes bash; specify bash

Justin Santa Barbara 11 vuotta sitten
vanhempi
commit
117cb995a5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.