aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-07 09:53:35 -0700
committerSelene ToyKeeper2023-11-07 09:53:35 -0700
commitbbdb68a04efb20b0c772b847706560d1b550e61b (patch)
treea01848471e665675935bee016dce7093686c073c /make
parentmade build fail if eeprom data bigger than MCU's eeprom size (diff)
parentMerge branch 'trunk' of github.com:GarikFirst/anduril into pull15 (diff)
downloadanduril-bbdb68a04efb20b0c772b847706560d1b550e61b.tar.gz
anduril-bbdb68a04efb20b0c772b847706560d1b550e61b.tar.bz2
anduril-bbdb68a04efb20b0c772b847706560d1b550e61b.zip
Merge branch 'pull15' into trunk
Using '#!/usr/bin/env foo' is a good idea in general, and it might fix builds on MacOS and other non-debian platforms. * pull15: Changed bash and sh shebangs to /usr/bin/env Update make shebang for portability
Diffstat (limited to '')
-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