Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
added set -e to activate-hs script
Browse files Browse the repository at this point in the history
see Issue #178
#178
  • Loading branch information
mzero committed Jun 3, 2015
1 parent f66d358 commit f7c1e22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hptool/os-extras/posix/bin/activate-hs
Expand Up @@ -10,6 +10,8 @@ msg=""
prefix="/usr/local"
ghcRoot=""

set -e


###
### Decode arguments
Expand Down

0 comments on commit f7c1e22

Please sign in to comment.