Remove unneeded comma

This commit is contained in:
Anatol Pomozov
2013-04-19 04:52:06 -07:00
parent f1c09d814d
commit 0b9ec2dbc4

View File

@ -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)"