Skip to content

Commit

Permalink
tool: use right shell interpreter
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
ShogunPanda and aduh95 committed Sep 16, 2022
1 parent bcb763f commit 4ba9300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 4ba9300

Please sign in to comment.