فهرست منبع

script: genproto assumes bash; specify bash

Justin Santa Barbara 10 سال پیش
والد
کامیت
117cb995a5
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.