mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
tools/configure.c: Fix test for the extence of the apps/ dir. This is part of SourceForge Ticket #39
This commit is contained in:
+1
-2
@@ -588,8 +588,7 @@ static void check_appdir(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
snprintf(g_buffer, BUFFER_SIZE, "%s%c%s", g_topdir, g_delim, g_appdir);
|
||||
if (!verify_appdir(g_buffer))
|
||||
if (!verify_appdir(g_appdir))
|
||||
{
|
||||
fprintf(stderr, "ERROR: Command line path to application directory does not exist\n");
|
||||
exit(EXIT_FAILURE);
|
||||
|
||||
Reference in New Issue
Block a user