Use /usr/bin/env in bash and python script shebangs

This commit is contained in:
Jordan Mulcahey
2022-01-07 02:29:58 -08:00
parent dff219a037
commit 706d6e2671
35 changed files with 60 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
@@ -12,4 +12,4 @@ cd proto
#echo "Regenerating protobuf documentation - if you see an error message"
#echo "you can ignore it unless doing a new protobuf release to github."
#bin/regen-docs.sh
#bin/regen-docs.sh