Updated shebang in build and run bash scripts to support freebsd
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
SCRIPT_DIR=$(cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P)
|
SCRIPT_DIR=$(cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
SCRIPT_DIR=$(cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P)
|
SCRIPT_DIR=$(cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P)
|
||||||
LOG_DIR=$SCRIPT_DIR/logs
|
LOG_DIR=$SCRIPT_DIR/logs
|
||||||
BUILD_DIR=$SCRIPT_DIR/builddir
|
BUILD_DIR=$SCRIPT_DIR/builddir
|
||||||
|
|||||||
Reference in New Issue
Block a user