Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect package size calculation
The du command prints the size and then the full path and if the full path contains numbers, the tr command adds them to the size. Therefore it is better to use awk.
- Loading branch information