mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Updated shebang in build and run bash scripts to support freebsd
This commit is contained in:
parent
54887ace0c
commit
71fb54fa5a
2 changed files with 2 additions and 2 deletions
2
build
2
build
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
2
run
2
run
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue