Updated shebang in build and run bash scripts to support freebsd

This commit is contained in:
Ryan 2022-09-08 02:05:07 +00:00
parent 54887ace0c
commit 71fb54fa5a
2 changed files with 2 additions and 2 deletions

2
build
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SCRIPT_DIR=$(cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P)

2
run
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
SCRIPT_DIR=$(cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P)
LOG_DIR=$SCRIPT_DIR/logs
BUILD_DIR=$SCRIPT_DIR/builddir