diff --git a/nshlib/nsh_consolemain.c b/nshlib/nsh_consolemain.c index 5cf09d478..135923cd6 100644 --- a/nshlib/nsh_consolemain.c +++ b/nshlib/nsh_consolemain.c @@ -77,7 +77,7 @@ int nsh_consolemain(int argc, FAR char *argv[]) usbtrace_enable(TRACE_BITSET); #endif -#ifdef CONFIG_NSH_ROMFSETC +#if defined(CONFIG_NSH_ROMFSETC) && !defined(CONFIG_NSH_DISABLESCRIPT) /* Execute the start-up script */ nsh_initscript(&pstate->cn_vtbl);