Skip to content

Commit 1529755

Browse files
committed
Fix quotes
1 parent 32ea94d commit 1529755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/patch_readme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function replaceInFile {
1515
local FILE=$2
1616
case $(uname) in
1717
Darwin)
18-
sed -e ${EXPR} -i "" ${FILE}
18+
sed -e "${EXPR}" -i "" ${FILE}
1919
;;
2020
*)
2121
sed -i --expression=${EXPR} ${FILE}

0 commit comments

Comments
 (0)