From b00ff9a42da6495257cedf983ba5025ff1d51288 Mon Sep 17 00:00:00 2001 From: Peter Jas Date: Sun, 14 Jun 2015 19:36:52 +0000 Subject: [PATCH] build: Enables FreeBSD support. Changed hardcoded bash shebang to env to support multiple directory structures (required to build on FreeBSD). PR-URL: #671 --- dnvminstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnvminstall.sh b/dnvminstall.sh index c4190f5d50..c6ede6c79d 100644 --- a/dnvminstall.sh +++ b/dnvminstall.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash _dnvmsetup_has() { type "$1" > /dev/null 2>&1