2
0
Эх сурвалжийг харах

Updated shabang in build_odin.sh so it runs on OpenBSD

This change doesn't break compatibility on Linux or Darwin
Ronald1985 3 жил өмнө
parent
commit
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)