We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b3750 commit 9c06c85Copy full SHA for 9c06c85
1 file changed
lib/functions/compilation/ccache.sh
@@ -100,7 +100,7 @@ function do_with_ccache_statistics() {
100
101
# calculate the difference, in human-readable format; numfmt is from coreutils.
102
local ccache_dir_size_diff_human
103
- ccache_dir_size_diff_human="$(numfmt --to=iec-i --suffix=B --format="%.2f" "${ccache_dir_size_diff}")"
+ ccache_dir_size_diff_human="$(numfmt --to=iec-i --suffix=B --format="%.2f" -- "${ccache_dir_size_diff}")"
104
105
# display the difference
106
display_alert "ccache dir size change" "${ccache_dir_size_diff_human}" "ccache"
0 commit comments