Skip to content
Snippets Groups Projects
Unverified Commit 32d9319c authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9634 from mpickering/wip/bin-bash

testsuite: Fix hardcoded /bin/bash in custom-cc wrapper
parents 46a7bfc9 d35f4e61
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#!/usr/bin/env bash
if which cc >/dev/null 2>&1; then
cc -DNOERROR6 "${@}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment