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
|
done
|
||||||
|
|
||||||
# if INCLIST is not set or empty, add ROOT to it to be able to calculate disk usage
|
# 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)
|
DUINCLIST=($ROOT)
|
||||||
else
|
else
|
||||||
DUINCLIST=$INCLIST
|
DUINCLIST=$INCLIST
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue