Exit on any error in mac script

This commit is contained in:
Jan Möbius
2015-11-25 14:42:58 +01:00
parent e358e64106
commit bc25c5b733

View File

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