Changed check for git-lfs to look just for bootstrap

This commit is contained in:
Andy Neff 2015-05-17 21:01:38 -04:00
parent caaf7a524a
commit 53979f7f00
2 changed files with 2 additions and 2 deletions

@ -31,7 +31,7 @@ fi
cd $(dirname ${BASH_SOURCE[0]})
if git rev-parse; then
cd $(git rev-parse --show-toplevel)
elif [ -d ../docs/man ] && [ -e bootstrap ];then
elif [ -e bootstrap ];then
cd ..
else
cd /tmp

@ -21,7 +21,7 @@ fi
cd $(dirname ${BASH_SOURCE[0]})
if git rev-parse; then
cd $(git rev-parse --show-toplevel)
elif [ -e ../bin/git-lfs ] && [ -d ../docs/man ] && [ -e bootstrap ];then
elif [ -e bootstrap ];then
cd ..
else
cd /tmp