Update NSH document, README, and comments in a script file

This commit is contained in:
Gregory Nutt
2016-08-04 12:59:33 -06:00
parent 6be282af96
commit 189d2cf475
3 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -212,7 +212,8 @@ cd $nuttx || { echo "ERROR: failed to cd to $nuttx"; exit 1; }
make clean_context 1>/dev/null 2>&1
make olddefconfig 1>/dev/null 2>&1
# Restore any previous .config and Make.defs files
# Move config file to correct location and restore any previous .config
# and Make.defs files
if [ "X$dotconfig" != "Xy" ]; then
sed -i -e "s/^CONFIG_APPS_DIR/# CONFIG_APPS_DIR/g" .config