Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8a1c0af

Browse files
authoredMay 18, 2017
remove unused TMOUT=5
1 parent bc835e3 commit 8a1c0af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎scripts/bootstrap.sh

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ if [ -z "$GIT_BRANCH" ]; then
1414
GIT_BRANCH=master
1515
fi
1616

17-
TMOUT=5
18-
1917
if ! git help > /dev/null 2>&1; then
2018
yn=y
2119
#read -p "Install git to checkout the repository? (y/n) " yn

0 commit comments

Comments
 (0)
Please sign in to comment.