Skip to content

Commit 2da8f57

Browse files
committed
updated smart_quotes_replace.sh
1 parent f2d71b9 commit 2da8f57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: bin/smart_quotes_replace.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ help_usage "$@"
3434
min_args 1 "$@"
3535

3636
sed "
37-
s/“/\"/;
38-
s/”/\"/;
39-
s/‘/'/;
40-
s/’/'/;
37+
s/“/\"/g;
38+
s/”/\"/g;
39+
s/‘/'/g;
40+
s/’/'/g;
4141
" "$@"

0 commit comments

Comments
 (0)