浏览代码

Updated shabang in build_odin.sh so it runs on OpenBSD

This change doesn't break compatibility on Linux or Darwin
Ronald1985 3 年之前
父节点
当前提交
4cb4173ced
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)