diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-17 10:18:31 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-17 10:18:31 -0400 |
commit | 2838fd4a4e7fa40dd9cd95c81eb852190371ec5a (patch) | |
tree | 6cf8af9dd8da5802a76c418bac02087cdd82c24b /config/cc.sh | |
parent | 83bfed52e523ef942da82a083584a4548182aaa4 (diff) | |
download | bfs-2838fd4a4e7fa40dd9cd95c81eb852190371ec5a.tar.xz |
build: Make the config scripts POSIX-compliant
Diffstat (limited to 'config/cc.sh')
-rwxr-xr-x | config/cc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc.sh b/config/cc.sh index abce508..e6883f5 100755 --- a/config/cc.sh +++ b/config/cc.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # Copyright © Tavian Barnes <tavianator@tavianator.com> # SPDX-License-Identifier: 0BSD |