remove not on -z INCLIST check
This commit is contained in:
parent
2e6e383538
commit
ea14212806
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ get_source_file_size()
|
|||
done
|
||||
|
||||
# if INCLIST is not set or empty, add ROOT to it to be able to calculate disk usage
|
||||
if [ ! -z "$INCLIST" ]; then
|
||||
if [ -z "$INCLIST" ]; then
|
||||
DUINCLIST=($ROOT)
|
||||
else
|
||||
DUINCLIST=$INCLIST
|
||||
|
|
|
|||
Loading…
Reference in a new issue