add set -e to installation scripts

This commit is contained in:
Andrew Gibiansky 2014-01-12 08:19:22 -07:00
parent 071c56e5e1
commit 37c2b993a7
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Which virtualenv to use.
VIRTUALENV=$1

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Which virtualenv to use.
VIRTUALENV=$1

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Which virtualenv to use.
VIRTUALENV=$1

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
# Which version of virtualenv to use.
VIRTUALENV=virtualenv-1.9