From ce6dc35d5b88342e7b53072c85fbb0bac5d7636b Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Fri, 16 Sep 2022 12:07:47 +0200 Subject: [PATCH] tool: Use right shell interpreter Co-authored-by: Antoine du Hamel --- tools/update-llhttp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-llhttp.sh b/tools/update-llhttp.sh index 21db78e3d4c1d8..28bed844f8e243 100755 --- a/tools/update-llhttp.sh +++ b/tools/update-llhttp.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -euo pipefail shopt -s inherit_errexit # Shell script to update llhttp in the source tree to specific version