Exit on any error in mac script

This commit is contained in:
Jan Möbius
2015-11-25 14:42:58 +01:00
committed by Janis Born
parent 4c609dc6e2
commit 79ce0a7b92

View File

@@ -1,5 +1,8 @@
#!/bin/bash
#Exit on any error
set -e
LANGUAGE=$1
PATH=$PATH:/opt/local/bin