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 49087225708cd48aa5964d94d7900d9a4c56094f
parent 77791635d48e1966bbaae8b06e3a255285f2fd0b
Author: René Wagner <rwa@clttr.info>
Date:   Wed, 18 Jan 2023 16:40:36 +0100

fix redirects

Diffstat:
Mastro | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/astro b/astro @@ -262,7 +262,7 @@ EOF # shellcheck disable=SC2046 read -r proto host port path << EOF - $(oldhost="$2" oldpath="$4" parseurl "$meta") + $(oldhost="$2" oldpath="$4" url="$meta" parseurl) EOF url="$proto://$host:$port/$path" return 0