Don't recurse when using add_dir.
This commit is contained in:
parent
48a08220e2
commit
7c3c18e37c
@ -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="
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user