Skip to content

Commit 8ebd5ff

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: bin/smart_quotes_replace.sh

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ help_usage "$@"
3333

3434
min_args 1 "$@"
3535

36+
# these are supposed to be unquoted quotes
37+
# shellcheck disable=SC1111
3638
sed "
3739
s/“/\"/g;
3840
s/”/\"/g;

0 commit comments

Comments
 (0)