also change the build and update scripts to env bash

fsdg20230625
Leah Rowe 2021-06-03 12:59:22 +01:00
parent 2f9b8b1507
commit 67e2365a6d
2 changed files with 2 additions and 2 deletions

2
build
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# generic build script, for building components (all of them)
#

2
update
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# generic update scripts for updating configs and such
#