Skip to content

Commit f710065

Browse files
committed
WIP: mod: scripts/tests/z-wave-stack-binaries-test.sh (main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent 98d9c26 commit f710065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/tests/z-wave-stack-binaries-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ green="\e[0;32m"
3939
red="\e[0;31m"
4040
yellow='\e[1;33m'
4141

42+
# Prevent github issue: "TERM environment variable not set."
43+
[ "" != "$TERM" ] || export TERM=dumb
4244

4345
usage_()
4446
{

0 commit comments

Comments
 (0)