Remove unbound var check

This commit is contained in:
Jeffrey Serio 2024-10-01 22:57:18 -05:00
parent ff5791d414
commit 9a4a9e98d1
2 changed files with 2 additions and 1 deletions

View File

@ -37,5 +37,6 @@ mkShell {
python312Packages.rich
pyright
python-qbittorrent
shellcheck
];
}

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
set -eo pipefail
# If the -q (quiet) flag is supplied, send all output to /dev/null.
if [[ "$1" == "-q" ]]; then