minor indentation fix
This commit is contained in:
parent
5a64ac3e35
commit
dfb2d1df59
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ get_source_file_size()
|
|||
for include in ${INCLIST[@]}
|
||||
do
|
||||
echo -e '"'$DUEXCLIST'"' | \
|
||||
du -hs ${DUEXCFLAG}"-" ${include} | \
|
||||
du -hs ${DUEXCFLAG}"-" ${include} | \
|
||||
awk '{ FS="\t"; $0=$0; print $1"\t"$2 }' \
|
||||
>> ${LOGFILE}
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue