mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
Fix for Bug[D ID: 3324387
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3732 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -203,7 +203,7 @@ for vardef in $varlist; do
|
||||
# Treat the first definition differently
|
||||
|
||||
if [ -z "$response" ]; then
|
||||
response="-define:'"$varname=$varvalue
|
||||
response="-define:"$varname=$varvalue
|
||||
else
|
||||
response=$response" -define:$varname=$varvalue"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user