From 81ee012af08e7bdb48a714856032432c706c9be8 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Thu, 9 Jun 2016 14:52:34 +0300 Subject: [PATCH] test/symbols-leak-test: use more portable shebang Some BSDs don't want to give bash the honor of /bin and put it elsewhere. So look it up in PATH instead. Signed-off-by: Ran Benita --- test/symbols-leak-test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/symbols-leak-test.bash b/test/symbols-leak-test.bash index eac0da5..bf03790 100755 --- a/test/symbols-leak-test.bash +++ b/test/symbols-leak-test.bash @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e # Check that all exported symbols are specified in the symbol -- 2.7.4