summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
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