aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-07 09:53:35 -0700
committerSelene ToyKeeper2023-11-07 09:53:35 -0700
commitbbdb68a04efb20b0c772b847706560d1b550e61b (patch)
treea01848471e665675935bee016dce7093686c073c /bin
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 'bin')
-rwxr-xr-xbin/build-all.sh2
-rwxr-xr-xbin/build.sh2
-rwxr-xr-xbin/detect-mcu.sh2
-rwxr-xr-xbin/dfp-install.sh2
-rwxr-xr-xbin/flash.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/build-all.sh b/bin/build-all.sh
index 0372ad7..0dec247 100755
--- a/bin/build-all.sh
+++ b/bin/build-all.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# Anduril / FSM build wrapper script
# Copyright (C) 2017-2023 Selene ToyKeeper
# SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/bin/build.sh b/bin/build.sh
index 50f93b7..0c3b107 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Anduril / FSM build script
# Copyright (C) 2014-2023 Selene ToyKeeper
# SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/bin/detect-mcu.sh b/bin/detect-mcu.sh
index 761eac1..8a93e21 100755
--- a/bin/detect-mcu.sh
+++ b/bin/detect-mcu.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# Anduril / FSM MCU type detection script
# Copyright (C) 2014-2023 Selene ToyKeeper
# SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/bin/dfp-install.sh b/bin/dfp-install.sh
index a73c4d5..24b4908 100755
--- a/bin/dfp-install.sh
+++ b/bin/dfp-install.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
# Atmel DFP download/install/setup script
# Copyright (C) 2023 Selene ToyKeeper
# SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/bin/flash.sh b/bin/flash.sh
index 0423c90..93fbdbc 100755
--- a/bin/flash.sh
+++ b/bin/flash.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Flashes both fuses and firmware.
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.