diff options
| author | David Bremner <david@tethera.net> | 2015-07-30 07:57:04 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-07-30 07:57:04 +0200 |
| commit | b4e0c8320a5d7461b859832fc3074c2ea6fc9f6d (patch) | |
| tree | 006bc54214d7a8b4a3846c7e443ceab6798a635b | |
| parent | 653190bf2a1bed19e9a8dffc437084604261cc26 (diff) | |
configure: fix typo in comment
Some lazy person, probably me, forgot to press shift.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ideal0. + # by default so copy these as well (which is not ideal). cp -a "$srcdir"/emacs/*.el emacs fi |
