summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-03-01 11:41:20 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-03-01 11:41:20 +0100
commite72b13661b058248fc615c56b03f4a9842f801e3 (patch)
tree7751fb900c6547fb2f075d6b3d77008fe49573ec /sfeed_update
parentd89d948c77f55ccfa56cbfe595e6474f070d0b2d (diff)
sfeed_update: remove wrong/incomplete comment
Diffstat (limited to 'sfeed_update')
-rwxr-xr-xsfeed_update1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update
index a5f09e3..868d758 100755
--- a/sfeed_update
+++ b/sfeed_update
@@ -34,7 +34,6 @@ loadconfig() {
# convert encoding from one encoding to another.
# convertencoding(from, to)
convertencoding() {
- # if from != to
if [ "$1" != "" ] && [ "$2" != "" ] && [ "$1" != "$2" ]; then
iconv -cs -f "$1" -t "$2" 2> /dev/null
else