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 8d6a9964b4072d61b2083145f62fa808b9dc79a7
parent fcc33c705b07107d252e6c97dee2202fbc5ab601
Author: Rafael Escobar <rescobar@pm.me>
Date:   Tue, 17 Aug 2021 21:47:00 -0300

Remove shellcheck warning (SC2154)

Diffstat:
Mastro | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/astro b/astro @@ -71,6 +71,7 @@ EOF # Check path continuation if [ "$oldhost" = "$host" ] then + : "${oldpath:=}" case "$oldpath" in *"/") path="$oldpath$path" ;; esac