diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2021-08-13 10:51:08 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2021-08-13 10:51:08 +0300 |
| commit | 4b70dac514923a181dd7575760c30e885fa10313 (patch) | |
| tree | 0a0cd2f721efbe3449ef0b18c5f88c2f41a09657 | |
| parent | 9b3b53b9840b1f5e31dc1b5c133e88fcff28c5ad (diff) | |
| download | pfetch-4b70dac514923a181dd7575760c30e885fa10313.tar.gz | |
misc: nits
| -rwxr-xr-x | pfetch | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -169,7 +169,7 @@ get_title() { # Disable the warning about '$HOSTNAME' being undefined in POSIX sh as # the intention for using it is allowing the user to overwrite the # value on invocation. - # shellcheck disable=SC3028 + # shellcheck disable=3028,2039 host=${HOSTNAME:-${host:-$(hostname)}} # If the hostname is still not found, fallback to the contents of the @@ -1329,7 +1329,7 @@ get_ascii() { ${c3}|_| EOF ;; - + ([Hh]ydroOS*) read_ascii 4 <<-EOF ${c1}╔╗╔╗──╔╗───╔═╦══╗ |
