From 8d2fee65abee70af44a18dceea76a0adf05e5d58 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 1 Aug 2021 20:27:22 +0200 Subject: [PATCH] replace bad windows characters --- scrapers/org.bio-dynamie.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers/org.bio-dynamie.sh b/scrapers/org.bio-dynamie.sh index 17e178a..16e32f2 100755 --- a/scrapers/org.bio-dynamie.sh +++ b/scrapers/org.bio-dynamie.sh @@ -77,7 +77,7 @@ function splitweek() s=${s#*"$delimiter"}; done; # declare -p array - echo "${array[$2]}" | awk -F "$DEND" '{print $1}' | sed s/\’/\'/g + echo "${array[$2]}" | awk -F "$DEND" '{print $1}' | sed s/\’/\'/g | sed s/\…/./g | sed s/\ /./g } #read