소스 검색

Fix #2071 replacing /bin/sh with bash

On Ubuntu /bin/sh is dash by default, this can cause
generate_descriptor_proto.sh fail to execute.
Khing 9 년 전
부모
커밋
f9fc56c42a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      generate_descriptor_proto.sh

+ 1 - 1
generate_descriptor_proto.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Run this script to regenerate descriptor.pb.{h,cc} after the protocol
 # compiler changes.  Since these files are compiled into the protocol compiler