build: Enables FreeBSD support.

Changed hardcoded bash shebang to env to support multiple directory
structures (required to build on FreeBSD).

PR-URL: #671
This commit is contained in:
Peter Jas 2015-06-14 19:36:52 +00:00 committed by Doug Bunting
parent f1581e6651
commit b00ff9a42d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
_dnvmsetup_has() {
type "$1" > /dev/null 2>&1