Skip to content

Commit

Permalink
Use env to find bash in build.sh script to support FreeBSD (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Vedran Miletić <vedran.miletic@rxtx.tech>
  • Loading branch information
vedranmiletic and Vedran Miletić authored May 20, 2020
1 parent 5ab4a4c commit d74f447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#building trantor
function build_trantor() {
Expand Down

0 comments on commit d74f447

Please sign in to comment.