mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 23:46:43 +08:00
Remove unneeded comma
This commit is contained in:
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ install:
|
||||
install -d ${DESTDIR}${datadir} ${DESTDIR}${bindir}
|
||||
install -m644 -t ${DESTDIR}${datadir} data/dictionary.txt data/linux-kernel.exclude
|
||||
install -m755 -T codespell.py ${DESTDIR}${bindir}/codespell
|
||||
sed -i "s|^default_dictionary = .*|default_dictionary = '${datadir}/dictionary.txt',|" ${DESTDIR}${bindir}/codespell
|
||||
sed -i "s|^default_dictionary = .*|default_dictionary = '${datadir}/dictionary.txt'|" ${DESTDIR}${bindir}/codespell
|
||||
|
||||
git-tag-release:
|
||||
git commit -a -m "codespell $(VERSION)"
|
||||
|
Reference in New Issue
Block a user