From 01a2ab375610f58d5c562b794453b18585e25881 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 18 May 2023 13:17:28 +0100 Subject: use env in shell scripts Signed-off-by: Leah Rowe --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index 4e1689a0..d4392698 100755 --- a/build +++ b/build @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # generic build script, for building components (all of them) # -- cgit v1.2.1