remove not on -z INCLIST check

This commit is contained in:
Philip 2015-01-23 16:25:51 +00:00
parent 2e6e383538
commit ea14212806

View file

@ -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