Exit on any error in mac script
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#Exit on any error
|
||||||
|
set -e
|
||||||
|
|
||||||
LANGUAGE=$1
|
LANGUAGE=$1
|
||||||
|
|
||||||
PATH=$PATH:/opt/local/bin
|
PATH=$PATH:/opt/local/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user