Skip to content

Commit 6b764ac

Browse files
nmouhamkannwischer
authored andcommitted
Replace /bin/bash by /usr/bin/env bash
Signed-off-by: Nicky Mouha <[email protected]>
1 parent 056b0d0 commit 6b764ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

META.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright (c) The mlkem-native project authors
33
# Copyright (c) The mldsa-native project authors
44
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
run_size_44 run_size_65 run_size_87 run_size \
2121
host_info
2222

23-
SHELL := /bin/bash
23+
SHELL := /usr/bin/env bash
2424
.DEFAULT_GOAL := build
2525

2626
all: build

proofs/cbmc/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CBMC_STARTER_KIT_VERSION = CBMC starter kit 2.11
8888
# results that are hard to explain. Dependency handling in this
8989
# Makefile.common may not be perfect.
9090

91-
SHELL=/bin/bash
91+
SHELL=/usr/bin/env bash
9292

9393
default: report
9494

0 commit comments

Comments
 (0)