astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 153b75371b89cfe259868b6cd8c4e26e2b52d525
parent 419dff6e1e72685040fe82387e2881f734e333d3
Author: Brian Mayer <bleemayer@gmail.com>
Date:   Tue,  5 Jul 2022 11:09:24 -0300

Fixed shellcheck
Diffstat:
Mastro | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/astro b/astro @@ -166,7 +166,7 @@ EOF url="$(getprevious)" debug "previous page: $url" - # shellcheck disable=SC2046 + # shellcheck disable=SC2086 fetch $url return 0 ;; @@ -190,7 +190,7 @@ EOF url="$(getprevious)" # word splitting here is intentional - # shellcheck disable=SC2046 + # shellcheck disable=SC2086 fetch $url else fetch "$1" "$2" "$3" "$4" "$5"