projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
653190b
)
configure: fix typo in comment
author
David Bremner
<david@tethera.net>
Thu, 30 Jul 2015 05:57:04 +0000
(07:57 +0200)
committer
David Bremner
<david@tethera.net>
Thu, 30 Jul 2015 05:57:04 +0000
(07:57 +0200)
Some lazy person, probably me, forgot to press shift.
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 04761aab611cb5c5ac164d291826497a25852229..b8b2c67bab4c01b7acb155139add4fb3c38043c3 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-38,7
+38,7
@@
if [ "$srcdir" != "." ]; then
cp -a "$srcdir"/test/* test
# Emacs only likes to generate compiled files next to the .el files
- # by default so copy these as well (which is not ideal
0
.
+ # by default so copy these as well (which is not ideal
)
.
cp -a "$srcdir"/emacs/*.el emacs
fi