From: Zack Cerza Date: Tue, 7 Oct 2014 16:52:34 +0000 (-0600) Subject: Remove stray exit statement X-Git-Tag: 1.1.0~1126 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4d388a40e545f3057b47357df0edc336964a40d0;p=teuthology.git Remove stray exit statement Signed-off-by: Zack Cerza --- diff --git a/bootstrap b/bootstrap index 0457c5af3..a0b4edef2 100755 --- a/bootstrap +++ b/bootstrap @@ -41,7 +41,6 @@ Darwin) exit 1 ;; esac -exit if [ -z "$NO_CLOBBER" ] || [ ! -e ./virtualenv ]; then # site packages needed because libvirt python bindings are not nicely