summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-06-03 12:59:22 +0100
committerLeah Rowe <leah@libreboot.org>2021-06-03 12:59:22 +0100
commit67e2365a6d4e70b3a62d95f9ebfd1de80683688e (patch)
tree4dab58b521824fb6f4fbfbfad6647cf1fe857ca7
parent2f9b8b150709c8d98ab7ab41cfe32782097fd83f (diff)
also change the build and update scripts to env bash
-rwxr-xr-xbuild2
-rwxr-xr-xupdate2
2 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 29f78a43..3425fe40 100755
--- a/build
+++ b/build
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# generic build script, for building components (all of them)
#
diff --git a/update b/update
index ff18394b..28ea6559 100755
--- a/update
+++ b/update
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# generic update scripts for updating configs and such
#