From 67e2365a6d4e70b3a62d95f9ebfd1de80683688e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 3 Jun 2021 12:59:22 +0100 Subject: [PATCH] also change the build and update scripts to env bash --- build | 2 +- update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 29f78a4..3425fe4 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 ff18394..28ea655 100755 --- a/update +++ b/update @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # generic update scripts for updating configs and such #