Discard git-rev-parse's output

This commit is contained in:
Eugene Sharygin 2015-02-01 12:50:56 +03:00
parent f247c48c78
commit 3e4858b1a2

View file

@ -8,7 +8,7 @@
# are we in a git repo?
git rev-parse --is-inside-work-tree 2>/dev/null
git rev-parse --is-inside-work-tree &>/dev/null
if [[ $? != 0 ]]
then