diff --git a/src/batpipe.sh b/src/batpipe.sh index eee4c3c..1b1e073 100755 --- a/src/batpipe.sh +++ b/src/batpipe.sh @@ -370,7 +370,7 @@ if [[ -d "${__CONFIG_DIR}/viewers.d" ]]; then unset LIB unset SELF - shopt -o nullglob + shopt -s nullglob for viewer_script in "${__CONFIG_DIR}/viewers.d"/*; do source "${viewer_script}" done