mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
THTTPD works on LPCXpresso
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3514 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+3
-5
@@ -36,7 +36,7 @@
|
||||
|
||||
progname=$0
|
||||
wintool=n
|
||||
usage="USAGE: $progname [-w] [-d] [-l] [-h] <compiler-path> <dir1> [<dir2> [<dir3> ...]]"
|
||||
usage="USAGE: $progname [-w] [-d] [-h] <compiler-path> <dir1> [<dir2> [<dir3> ...]]"
|
||||
advice="Try '$progname -h' for more information"
|
||||
|
||||
while [ ! -z "$1" ]; do
|
||||
@@ -193,17 +193,15 @@ for dir in $dirlist; do
|
||||
# Treat the first directory differently
|
||||
|
||||
if [ -z "$response" ]; then
|
||||
response=-I$path
|
||||
response=-I\"$path\"
|
||||
else
|
||||
response=$response" -I$path"
|
||||
response=$response" -I\"$path\""
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
if [ "X$fmt" = "Xuserinc" ]; then
|
||||
response=$response"'"
|
||||
else
|
||||
response=\"$response\"
|
||||
fi
|
||||
|
||||
echo $response
|
||||
|
||||
Reference in New Issue
Block a user