mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user