commit 419dff6e1e72685040fe82387e2881f734e333d3
parent 0888641523c5c7fe6ab9b0493f06b6d2b29600fe
Author: Brian Mayer <bleemayer@gmail.com>
Date: Tue, 5 Jul 2022 11:06:59 -0300
Removed warnings
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/astro b/astro
@@ -1,7 +1,7 @@
#!/bin/sh
usage() {
- echo "Astro v0.14.0: Browse the gemini web on the terminal."
+ echo "Astro v0.15.0: Browse the gemini web on the terminal."
echo ""
echo "Usage: astro [url]|[option]"
echo ""
@@ -35,7 +35,7 @@ usage() {
}
version() {
- echo "astro 0.14.0"
+ echo "astro 0.15.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,"
@@ -279,6 +279,7 @@ EOF
url="$(sed "${i}q;d" "$linksfile" | cut -d' ' -f1)"
;;
52)
+ # shellcheck disable=SC2046
fetch $(getprevious)
return
;;
@@ -405,7 +406,7 @@ sty_listb="\\033[${sty_listb}m"
sty_listt="\\033[${sty_listt}m"
# shellcheck disable=SC2031
-debug "starting with ${args:-$homepage} margin: $margin"
+debug "starting with ${args:-$homepage} margin: $margin"
# First request
# shellcheck disable=SC2046