Browse Source

Updated shabang in build_odin.sh so it runs on OpenBSD

This change doesn't break compatibility on Linux or Darwin
Ronald1985 3 years ago
parent
commit
4cb4173ced
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build_odin.sh

+ 1 - 1
build_odin.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -eu
 
 GIT_SHA=$(git rev-parse --short HEAD)