From: Ran Benita Date: Thu, 9 Jun 2016 11:52:34 +0000 (+0300) Subject: test/symbols-leak-test: use more portable shebang X-Git-Tag: xkbcommon-0.7.0~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81ee012af08e7bdb48a714856032432c706c9be8;p=platform%2Fupstream%2Flibxkbcommon.git 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 --- 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