change mauvais apostrophe

This commit is contained in:
fred 2021-08-01 20:10:20 +02:00
parent 62e33317a8
commit 86172b8df1
1 changed files with 1 additions and 1 deletions

View File

@ -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