File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ list-variables: # List all the variables available to make
32
32
.PHONY : *
33
33
MAKEFLAGS := --no-print-director
34
34
SHELL := /bin/bash
35
- ifeq (true, $(shell [[ "$(DEBUG ) " =~ ^(true|yes|y|on|1|TRUE|YES|Y|ON) $$ ]] && echo true))
35
+ ifeq (true, $(shell [[ "$(VERBOSE ) " =~ ^(true|yes|y|on|1|TRUE|YES|Y|ON) $$ ]] && echo true))
36
36
.SHELLFLAGS := -cex
37
37
else
38
38
.SHELLFLAGS := -ce
Original file line number Diff line number Diff line change 13
13
14
14
# ==============================================================================
15
15
16
- TERM=xterm-256color
16
+ export TERM=xterm-256color
17
+
17
18
SCRIPT_DIR=$( [ -n " ${BASH_SOURCE[0]} " ] && cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd || dirname " $( readlink -f " $0 " ) " )
18
19
19
20
ORG_NAME=make-ops-tools
You can’t perform that action at this time.
0 commit comments