aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarik First2023-11-07 16:03:29 +0300
committerGitHub2023-11-07 16:03:29 +0300
commit126ed3b4454ecb68972d854477fb90b86a08edaa (patch)
tree656d4f37ec2a1e2cdf97964ad2a9b1ae542e9835
parentmemes (diff)
downloadanduril-126ed3b4454ecb68972d854477fb90b86a08edaa.tar.gz
anduril-126ed3b4454ecb68972d854477fb90b86a08edaa.tar.bz2
anduril-126ed3b4454ecb68972d854477fb90b86a08edaa.zip
Update make shebang for portability
-rwxr-xr-xmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/make b/make
index 89e196d..a59d1a8 100755
--- a/make
+++ b/make
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Anduril / FSM "make" script
# Copyright (C) 2023 Selene ToyKeeper
# SPDX-License-Identifier: GPL-3.0-or-later