small adjustments

This commit is contained in:
casperklein 2024-08-18 11:36:49 +02:00
parent 1a5179436d
commit 15b6b03fb4
1 changed files with 1 additions and 1 deletions

View File

@ -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
# ------------------------------------------------------------