From 105a59fa90e7dd9f7cd2bea774d99e60c3562fa8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 16 Apr 2011 15:43:39 +0000 Subject: THTTPD works on LPCXpresso git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3514 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/tools/incdir.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'nuttx/tools/incdir.sh') diff --git a/nuttx/tools/incdir.sh b/nuttx/tools/incdir.sh index 32f383324..76f767e83 100755 --- a/nuttx/tools/incdir.sh +++ b/nuttx/tools/incdir.sh @@ -36,7 +36,7 @@ progname=$0 wintool=n -usage="USAGE: $progname [-w] [-d] [-l] [-h] [ [ ...]]" +usage="USAGE: $progname [-w] [-d] [-h] [ [ ...]]" 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 -- cgit v1.2.3