Skip to content

Commit 549089f

Browse files
authored
Assume bash for the publish script for simplicity (#275)
Ideally all scripts should be implemented in Rust, see #208.
1 parent 21e0017 commit 549089f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# Copyright 2023 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)