mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-15 19:13:01 +02:00
Add "set -e" to all scripts.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
# force /usr/bin and /bin to the front of the PATH.
|
||||
export PATH=/usr/bin:/bin:"$PATH"
|
||||
|
||||
set -e
|
||||
. _blackbox_common.sh
|
||||
|
||||
if [[ "$1" == "" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user