aboutsummaryrefslogtreecommitdiff
path: root/blogrss
diff options
context:
space:
mode:
Diffstat (limited to 'blogrss')
-rwxr-xr-xblogrss1
1 files changed, 0 insertions, 1 deletions
diff --git a/blogrss b/blogrss
index 2a818ac..5719ed4 100755
--- a/blogrss
+++ b/blogrss
@@ -70,7 +70,6 @@ if [[ -f $feedname ]]; then
rm $feedname
fi
touch $feedname
-#postArray=( $(ls -t "$postDir"/*.html) )
mapfile -t postArray < <(ls -t "$postDir"/*.html)
postNum=0
for posts in "${postArray[@]}"; do