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:
parent
5682cf59ab
commit
dc0fc1f445
1 changed files with 0 additions and 3 deletions
|
|
@ -3,9 +3,6 @@
|
||||||
# Site : www.h3manth.com
|
# Site : www.h3manth.com
|
||||||
# This script helps to setup diaspora.
|
# This script helps to setup diaspora.
|
||||||
|
|
||||||
# Exit immediately if a command exits with a non-zero status.
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Set extented globbing
|
# Set extented globbing
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue