Skip to content

Commit b00ff9a

Browse files
Peter Jasdougbu
authored andcommitted
build: Enables FreeBSD support.
Changed hardcoded bash shebang to env to support multiple directory structures (required to build on FreeBSD). PR-URL: #671
1 parent f1581e6 commit b00ff9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnvminstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_dnvmsetup_has() {
44
type "$1" > /dev/null 2>&1

0 commit comments

Comments
 (0)