Commit a826535
committed
Fix byte-compile hook failure when package is already installed
Emacs outputs Unicode curly quotes in messages when the locale is
UTF-8, but the grep filter in byte-compile.sh only matches ASCII
quotes. This caused the pre-commit hook to fail on first run whenever
package-delete produced output (e.g. after a version bump), then pass
on retry because the package was already gone.
Force text-quoting-style to straight so the output is always ASCII.1 parent 0c6118e commit a826535
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments