Skip to content

Commit d74f447

Browse files
vedranmileticVedran Miletić
andauthored
Use env to find bash in build.sh script to support FreeBSD (#87)
Co-authored-by: Vedran Miletić <vedran.miletic@rxtx.tech>
1 parent 5ab4a4c commit d74f447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.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
#building trantor
44
function build_trantor() {

0 commit comments

Comments
 (0)