Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion META.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright (c) The mlkem-native project authors
# Copyright (c) The mldsa-native project authors
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
size_44 size_65 size_87 size \
run_size_44 run_size_65 run_size_87 run_size

SHELL := /bin/bash
SHELL := /usr/bin/env bash
.DEFAULT_GOAL := build

all: build
Expand Down
2 changes: 1 addition & 1 deletion proofs/cbmc/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ CBMC_STARTER_KIT_VERSION = CBMC starter kit 2.11
# results that are hard to explain. Dependency handling in this
# Makefile.common may not be perfect.

SHELL=/bin/bash
SHELL=/usr/bin/env bash

default: report

Expand Down