Skip to content

Commit 723d4d9

Browse files
committed
QA: Set TERM in check.sh
1 parent d6ad30c commit 723d4d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

check.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ NOPOST=$1
66
LIBRARY_NAME=`hatch project metadata name`
77
LIBRARY_VERSION=`hatch version | awk -F "." '{print $1"."$2"."$3}'`
88
POST_VERSION=`hatch version | awk -F "." '{print substr($4,0,length($4))}'`
9+
TERM=${TERM:="xterm-256color"}
910

1011
success() {
1112
echo -e "$(tput setaf 2)$1$(tput sgr0)"

0 commit comments

Comments
 (0)