diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-03-01 11:41:20 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-03-01 11:41:20 +0100 |
commit | e72b13661b058248fc615c56b03f4a9842f801e3 (patch) | |
tree | 7751fb900c6547fb2f075d6b3d77008fe49573ec | |
parent | d89d948c77f55ccfa56cbfe595e6474f070d0b2d (diff) |
sfeed_update: remove wrong/incomplete comment
-rwxr-xr-x | sfeed_update | 1 |
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 |