Skip to content

Commit 0becdaf

Browse files
committed
Merge pull request #21 from mrjoshuap/master
Ensure TERM is set to avoid tput warnings
2 parents 9716bb3 + a756839 commit 0becdaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pre-commit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
TERM=${TERM:-unknown}; export TERM
4+
35
git_root=`git rev-parse --show-toplevel`
46
failures=0
57
RC=0

0 commit comments

Comments
 (0)