From a31974f5f25547a6f4e4aadf5056602905b72b87 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 11 Jan 2014 09:50:54 -0600 Subject: Back quoted NSH arguments now functional --- apps/nshlib/nsh.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/nshlib/nsh.h') diff --git a/apps/nshlib/nsh.h b/apps/nshlib/nsh.h index 1466b7187..a38d04c4a 100644 --- a/apps/nshlib/nsh.h +++ b/apps/nshlib/nsh.h @@ -72,14 +72,14 @@ # undef CONFIG_NSH_TELNET # undef CONFIG_NSH_FILE_APPS # undef CONFIG_NSH_TELNET -# undef CONFIG_NSH_FUNCPARMS +# undef CONFIG_NSH_CMDPARMS #endif -/* If CONFIG_NSH_FUNCPARMS is selected, then the path to a directory to +/* If CONFIG_NSH_CMDPARMS is selected, then the path to a directory to * hold temporary files must be provided. */ -#if defined(CONFIG_NSH_FUNCPARMS) && !defined(CONFIG_NSH_TMPDIR) +#if defined(CONFIG_NSH_CMDPARMS) && !defined(CONFIG_NSH_TMPDIR) # define CONFIG_NSH_TMPDIR "/tmp" #endif -- cgit v1.2.3