mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
configure: fix typo in comment
Some lazy person, probably me, forgot to press shift.
This commit is contained in:
parent
653190bf2a
commit
b4e0c8320a
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -38,7 +38,7 @@ if [ "$srcdir" != "." ]; then
|
||||||
cp -a "$srcdir"/test/* test
|
cp -a "$srcdir"/test/* test
|
||||||
|
|
||||||
# Emacs only likes to generate compiled files next to the .el files
|
# Emacs only likes to generate compiled files next to the .el files
|
||||||
# by default so copy these as well (which is not ideal0.
|
# by default so copy these as well (which is not ideal).
|
||||||
cp -a "$srcdir"/emacs/*.el emacs
|
cp -a "$srcdir"/emacs/*.el emacs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue