set -e removed as the rules change from one Bash version to another, as Bash attempts to track the extremely slippery POSIX definition of this "feature". When a SubShell is involved, it gets worse still -- the behavior changes depending on whether Bash is invoked in POSIX mode.

This commit is contained in:
hemanth 2010-09-18 02:38:13 +08:00 committed by Raphael Sofaer
parent 5682cf59ab
commit dc0fc1f445

View file

@ -3,9 +3,6 @@
# Site : www.h3manth.com
# This script helps to setup diaspora.
# Exit immediately if a command exits with a non-zero status.
set -e
# Set extented globbing
shopt -s extglob