Commit 5fd7327
committed
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.1 parent 03e53eb commit 5fd7327
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments