Commit c02b15e
authored
[directory-size.sh] Support spaces in paths (#239)
The current code emits directory label only up to the first space, due
to the default behavior of `awk`. This change pulls in the rest of the
line output from `du` into the label, so directories containing spaces
are properly captured
---------
Signed-off-by: Andrew Roberts <adroberts@gmail.com>1 parent fcfb2e6 commit c02b15e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments