From 86172b8df13e49dd7582719215ad9e4e7649f73a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 1 Aug 2021 20:10:20 +0200 Subject: [PATCH] change mauvais apostrophe --- 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 040fb19..17e178a 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}' + echo "${array[$2]}" | awk -F "$DEND" '{print $1}' | sed s/\’/\'/g } #read