Commit 37c2b993 authored by Andrew Gibiansky's avatar Andrew Gibiansky

add set -e to installation scripts

parent 071c56e5
#!/bin/bash #!/bin/bash
set -e
# Which virtualenv to use. # Which virtualenv to use.
VIRTUALENV=$1 VIRTUALENV=$1
......
#!/bin/bash #!/bin/bash
set -e
# Which virtualenv to use. # Which virtualenv to use.
VIRTUALENV=$1 VIRTUALENV=$1
......
#!/bin/bash #!/bin/bash
set -e
# Which virtualenv to use. # Which virtualenv to use.
VIRTUALENV=$1 VIRTUALENV=$1
......
#!/bin/bash #!/bin/bash
set -e
# Which version of virtualenv to use. # Which version of virtualenv to use.
VIRTUALENV=virtualenv-1.9 VIRTUALENV=virtualenv-1.9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment