Skip to content

Commit

Permalink
Enable "dotglob" option
Browse files Browse the repository at this point in the history
  • Loading branch information
voronkovich committed Dec 25, 2021
1 parent 4ed4d01 commit 3c2106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -euo pipefail
shopt -s lastpipe nullglob
shopt -s lastpipe nullglob dotglob

declare -gA app_libs_loaded=()

Expand Down

0 comments on commit 3c2106a

Please sign in to comment.