Skip to content

Commit 9f5a948

Browse files
committed
chore: add help comment
I forgot macOS runs an old version of bash
1 parent c8e06bb commit 9f5a948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/download-protoc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22
set -eou pipefail
33

4+
# This script requires bash 4+, some macOS installations have bash 3
5+
46
# Specify the protobuf release version
57
PROTOBUF_VERSION="29.2"
68

0 commit comments

Comments
 (0)