Skip to content

Commit

Permalink
Merge pull request #9634 from mpickering/wip/bin-bash
Browse files Browse the repository at this point in the history
testsuite: Fix hardcoded /bin/bash in custom-cc wrapper
  • Loading branch information
mergify[bot] committed Jan 31, 2024
2 parents 46a7bfc + d35f4e6 commit 32d9319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/CCompilerOverride/custom-cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if which cc >/dev/null 2>&1; then
cc -DNOERROR6 "${@}"
Expand Down

0 comments on commit 32d9319

Please sign in to comment.