fix: Fix benchmark scripts shebang

This commit is contained in:
Tommaso Gagliardoni 2025-09-02 11:26:45 +02:00
parent d77f6d90e4
commit 66d9afa5c3
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright The Shufflecake Project Authors (2022)
# Copyright The Shufflecake Project Contributors (2022)

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#  Copyright The Shufflecake Project Authors (2022)
#  Copyright The Shufflecake Project Contributors (2022)

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright The Shufflecake Project Authors (2022)
# Copyright The Shufflecake Project Contributors (2022)

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#  Copyright The Shufflecake Project Authors (2022)
#  Copyright The Shufflecake Project Contributors (2022)

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#  Copyright The Shufflecake Project Authors (2022)
#  Copyright The Shufflecake Project Contributors (2022)

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright The Shufflecake Project Authors (2022)
# Copyright The Shufflecake Project Contributors (2022)