We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1529755 commit 645ef49Copy full SHA for 645ef49
scripts/patch_readme.sh
@@ -18,7 +18,7 @@ function replaceInFile {
18
sed -e "${EXPR}" -i "" ${FILE}
19
;;
20
*)
21
- sed -i --expression=${EXPR} ${FILE}
+ sed -i --expression "${EXPR}" ${FILE}
22
23
esac
24
}
0 commit comments