Fix references to examples/nsh left in previous commit.

This commit is contained in:
Gregory Nutt 2018-08-18 09:33:25 -06:00
parent 8de513e36b
commit 32f50985a6
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ config NSH_LIBRARY
select READLINE_HAVE_EXTMATCH
---help---
Build the NSH support library. This is used, for example, by
examples/nsh in order to implement the full NuttShell (NSH).
system/nsh in order to implement the full NuttShell (NSH).
if NSH_LIBRARY

View File

@ -1,5 +1,5 @@
############################################################################
# apps/examples/nsh/Make.defs
# apps/system/nsh/Make.defs
# Adds selected applications to apps/ build
#
# Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -35,5 +35,5 @@
############################################################################
ifeq ($(CONFIG_SYSTEM_NSH),y)
CONFIGURED_APPS += examples/nsh
CONFIGURED_APPS += system/nsh
endif

View File

@ -1,5 +1,5 @@
############################################################################
# apps/examples/nsh/Makefile
# apps/system/nsh/Makefile
#
# Copyright (C) 2007-2008, 2010-2012, 2017 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* examples/nsh/nsh_main.c
* system/nsh/nsh_main.c
*
* Copyright (C) 2007-2013, 2017-2018 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>