Commit 4578183c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Suppress errors when checking git in some shells

parent df2e85c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -65,6 +65,8 @@ get_shell()

git_check()
{
	has let || return 0

	local v
	GIT_VERSION=0
	for v in `git --version|cut -f3 -d\ |tr '.' ' '|cut -f1-3 -d\ `; do