mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Fix configure.sh for custom apps dir.
This commit is contained in:
committed by
Xiang Xiao
parent
17a7d612df
commit
8f6be5e4ce
+1
-1
@@ -220,7 +220,7 @@ fi
|
|||||||
# not be in a usable form.
|
# not be in a usable form.
|
||||||
|
|
||||||
defappdir=y
|
defappdir=y
|
||||||
if [ -z "${appdir}" -a "X$oldnative" = "$winnative" ]; then
|
if [ -z "${appdir}" -a "X$oldnative" = "X$winnative" ]; then
|
||||||
quoted=`grep "^CONFIG_APPS_DIR=" ${src_config} | cut -d'=' -f2`
|
quoted=`grep "^CONFIG_APPS_DIR=" ${src_config} | cut -d'=' -f2`
|
||||||
if [ ! -z "${quoted}" ]; then
|
if [ ! -z "${quoted}" ]; then
|
||||||
appdir=`echo ${quoted} | sed -e "s/\"//g"`
|
appdir=`echo ${quoted} | sed -e "s/\"//g"`
|
||||||
|
|||||||
Reference in New Issue
Block a user