diff options
author | Leah Rowe <leah@libreboot.org> | 2021-06-03 12:59:22 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-06-03 12:59:22 +0100 |
commit | 67e2365a6d4e70b3a62d95f9ebfd1de80683688e (patch) | |
tree | 4dab58b521824fb6f4fbfbfad6647cf1fe857ca7 /build | |
parent | 2f9b8b150709c8d98ab7ab41cfe32782097fd83f (diff) |
also change the build and update scripts to env bash
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # generic build script, for building components (all of them) # |