* src/nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
This commit is contained in:
parent
2f4cadd1da
commit
4374de8319
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-05-14 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").
|
||||
|
||||
2012-05-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.
|
||||
|
|
|
@ -342,7 +342,7 @@ Updated by Christian Limpach (chris@nice.ch)
|
|||
{
|
||||
NSArray *paths = [binDir stringsByAppendingPaths:
|
||||
[NSArray arrayWithObjects: @"bin",
|
||||
@"lib-exec", nil]];
|
||||
@"libexec", nil]];
|
||||
NSEnumerator *pathEnum = [paths objectEnumerator];
|
||||
resourcePaths = @"";
|
||||
while (resourcePath = [pathEnum nextObject])
|
||||
|
|
Loading…
Add table
Reference in a new issue