Commit f9fc56c4 authored by Khing's avatar Khing

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.
parent 74638a25
#!/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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment