remove debug exit

This commit is contained in:
David Todd 2018-10-23 00:27:20 -05:00
parent d7c28f36be
commit c190f9cba5
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ if [[ "$line" == Y* ]] || [[ "$line" == y* ]] || [ -z "$line" ]; then
fi
fi
exit
if ! which git >>/dev/null ; then
echo "Error: git is not installed"
exit 1