You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/09 06:29:09 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #2262: sched/init: init the default home directory to environment

anchao opened a new pull request #2262:
URL: https://github.com/apache/incubator-nuttx/pull/2262


   Change-Id: Ib08a7702ce2256d48b210a70fa181591bbe8abe8
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   ## Summary
   
   sched/init: init the default home directory to environment
   
   ## Impact
   
   echo the name of current/working directory at OS startup
   
   ## Testing
   
   Before:
   ```
   $ ./nuttx 
   
   NuttShell (NSH) NuttX-9.1.0
   MOTD: username=admin password=Administrator
   nsh> echo $PWD
   
   ```
   After:
   ```
   $ ./nuttx 
   
   NuttShell (NSH) NuttX-9.1.0
   MOTD: username=admin password=Administrator
   nsh> echo $PWD
   /
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2262: sched/init: init the default home directory to environment

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #2262:
URL: https://github.com/apache/incubator-nuttx/pull/2262


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org