shlib.sh: export GIT_SVN_NOTTY=1 into env
commit19697ec6efd3ad50330de16f717fc4b3e32fe0fb
authorKyle J. McKay <mackyle@gmail.com>
Mon, 20 Nov 2017 22:28:47 +0000 (20 14:28 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 20 Nov 2017 22:28:47 +0000 (20 14:28 -0800)
tree26c745ea9b90d092afcab50d5754bcbe7f58f329
parent5f95098000308c0623775f866f12562794c68812
shlib.sh: export GIT_SVN_NOTTY=1 into env

There should not be any git-svn commands running that
try to access a TTY or look at the "$GIT_SVN_NOTTY"
value.

However, just to be overly cautious, set it and
export it anyway just in case.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
shlib.sh