Fix redirect. - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit ed8c895b2ab41895e7fe09f3a730b8f3f6cae51f
DIR parent 07ce9e9ec915b61bf7f3a00e6fe71335d55950fa
HTML Author: eidolon <me@nou.meme>
Date: Sat, 26 Aug 2023 19:09:54 -0400
Fix redirect.
Signed-off-by: Annna Robert-Houdin <annna@bitreich.org>
Diffstat:
M wetter | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/wetter b/wetter
@@ -1,7 +1,7 @@
#!/bin/sh
[ -z "$1" ] && {
- printf 'usage: %s <location>\n' "${0##*/}" 2>&1
+ printf 'usage: %s <location>\n' "${0##*/}" >&2
exit
}