Don't recurse when using add_dir.

This commit is contained in:
Tom G. Christensen 2008-01-18 09:17:03 +00:00
parent 48a08220e2
commit 7c3c18e37c

View File

@ -375,7 +375,8 @@ add_dir()
[ "$topinstd" = "/" ] && topinstd=""
# Note that dir blablah is *not* added to $metadir/files.tmp
local FILES=$($FIND $fspec -type d -print)
#local FILES=$($FIND $fspec -type d -print)
local FILES=$fspec
OIFS=$IFS
IFS="
"