commit 57d341d9826ff742b5f69cab8228d0d06c3997a3
parent a94f19744a2b62b021fcd3741ec2e4d5316ed49a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 16 Jan 2021 00:02:12 +0100
sfeed_update: typo in comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sfeed_update b/sfeed_update
@@ -50,7 +50,7 @@ convertencoding() {
if [ "$2" != "" ] && [ "$3" != "" ] && [ "$2" != "$3" ]; then
iconv -cs -f "$2" -t "$3" 2> /dev/null
else
- # else no convert, just output
+ # else no convert, just output.
cat
fi
}