We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65613b4 commit 44deeeeCopy full SHA for 44deeee
1 file changed
scripts/install.sh
@@ -22,7 +22,7 @@ if ! PAGE=$(curl -s https://download.mooc.fi); then
22
fi
23
24
# Adding spaces so ${PAGE[@]} will work.
25
-PAGE=$(echo $PAGE | sed -r 's:</Contents><Contents>:</Contents> <Contents>:g')
+PAGE=$(echo $PAGE | sed -E 's:</Contents><Contents>:</Contents> <Contents>:g')
26
27
fileprefx=""
28
if [[ "$os" == "Darwin" ]] || [[ "$os" == "mac" ]]; then
0 commit comments