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 32ea94d commit 1529755Copy full SHA for 1529755
scripts/patch_readme.sh
@@ -15,7 +15,7 @@ function replaceInFile {
15
local FILE=$2
16
case $(uname) in
17
Darwin)
18
- sed -e ${EXPR} -i "" ${FILE}
+ sed -e "${EXPR}" -i "" ${FILE}
19
;;
20
*)
21
sed -i --expression=${EXPR} ${FILE}
0 commit comments