Skip to content

Commit

Permalink
chore: add shebang to build.sh to specify bash as the interpreter (#4066
Browse files Browse the repository at this point in the history
)

the `[[` command isn't available on e.g. zsh

Co-authored-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>
  • Loading branch information
assafmo and paulbalaji authored Jul 4, 2024
1 parent 29050d2 commit 1022e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

TAG=$1
USE_DEFAULT_PLATFORM=$2
if [[ -z $TAG ]]; then
Expand Down

0 comments on commit 1022e38

Please sign in to comment.