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 ad8b540837fd23820d112aecfd9cd8267da221e7
parent 905ae5503a930ffd756dce34c4117f9c29c66de6
Author: Rafael Escobar <rescobar@pm.me>
Date:   Tue, 17 Aug 2021 21:20:48 -0300

Fix escaping quotes

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

diff --git a/astro b/astro @@ -38,7 +38,7 @@ version() { echo "astro 0.5.0" echo "Copyright (C) 2021 Brian Mayer." echo "License MIT: MIT License <https://opensource.org/licenses/MIT>" - echo "THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND," + echo "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND," echo "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF" echo "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT." echo ""