Fix redirect. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit ed8c895b2ab41895e7fe09f3a730b8f3f6cae51f | |
parent 07ce9e9ec915b61bf7f3a00e6fe71335d55950fa | |
Author: eidolon <[email protected]> | |
Date: Sat, 26 Aug 2023 19:09:54 -0400 | |
Fix redirect. | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M wetter | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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 | |
} | |