Follow up change in apps "nshlib: Rename sh to source"

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-04-18 22:05:09 +08:00
committed by patacongo
parent 3d10f8cf8f
commit f2d4e1e2b7
31 changed files with 35 additions and 35 deletions
+5 -5
View File
@@ -3969,11 +3969,6 @@ nsh&gt;
<td><code>CONFIG_NSH_VARS</code> || !<code>CONFIG_DISABLE_ENVIRON</code></td>
<td><code>CONFIG_NSH_DISABLE_SET</code></td>
</tr>
<tr>
<td><b><code>sh</code></b></td>
<td><code>CONFIG_NFILE_STREAMS &gt; 0 &amp;&amp; !<code>CONFIG_NSH_DISABLESCRIPT</code></td>
<td><code>CONFIG_NSH_DISABLE_SH</code></td>
</tr>
<tr>
<td><b><code>shutdown</code></b></td>
<td><code>CONFIG_BOARDCTL_POWEROFF || CONFIG_BOARD_RESET</code></td>
@@ -3984,6 +3979,11 @@ nsh&gt;
<td>&nbsp;</td>
<td><code>CONFIG_NSH_DISABLE_SLEEP</code></td>
</tr>
<tr>
<td><b><code>source</code></b></td>
<td><code>CONFIG_NFILE_STREAMS &gt; 0 &amp;&amp; !<code>CONFIG_NSH_DISABLESCRIPT</code></td>
<td><code>CONFIG_NSH_DISABLE_SOURCE</code></td>
</tr>
<tr>
<td><b><code>telnetd</code></b></td>
<td><code>CONFIG_NSH_TELNET</code></td>