small adjustments
This commit is contained in:
parent
1a5179436d
commit
15b6b03fb4
|
@ -4,7 +4,7 @@
|
|||
# Without 'pipefail', the exit status of a pipeline is determined by the exit status of the last command in the pipeline.
|
||||
set -o pipefail
|
||||
|
||||
# allows usage of '**' in patterns, e.g. ls **/*
|
||||
# Allows the usage of '**' in patterns, e.g. ls **/*
|
||||
shopt -s globstar
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue