aboutsummaryrefslogtreecommitdiff
path: root/bin/build-all.sh
diff options
context:
space:
mode:
authorIgor Bulekov2023-11-07 16:46:00 +0300
committerIgor Bulekov2023-11-07 16:46:00 +0300
commit3afebd073054ad84019daafdd272aac1075d1d1c (patch)
treedfc0b4a44ab221d7e86546ebc7cfd63976eb9a94 /bin/build-all.sh
parentUpdate make shebang for portability (diff)
downloadanduril-3afebd073054ad84019daafdd272aac1075d1d1c.tar.gz
anduril-3afebd073054ad84019daafdd272aac1075d1d1c.tar.bz2
anduril-3afebd073054ad84019daafdd272aac1075d1d1c.zip
Changed bash and sh shebangs to /usr/bin/env
Diffstat (limited to 'bin/build-all.sh')
-rwxr-xr-xbin/build-all.sh2
1 files changed, 1 insertions, 1 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