mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
add set -e to installation scripts
This commit is contained in:
parent
071c56e5e1
commit
37c2b993a7
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Which virtualenv to use.
|
||||
VIRTUALENV=$1
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Which virtualenv to use.
|
||||
VIRTUALENV=$1
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Which virtualenv to use.
|
||||
VIRTUALENV=$1
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Which version of virtualenv to use.
|
||||
VIRTUALENV=virtualenv-1.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user