aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/dub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dub b/bin/dub
index 555bed67..36d787a4 100755
--- a/bin/dub
+++ b/bin/dub
@@ -26,7 +26,7 @@ set -- .* "$@"
du -ks -- "$@" |
# Sort the first field (the sizes) numerically, in reverse
-sort -k1nr |
+sort -k1,1nr |
# Limit the output to the given number of lines
sed "$lines"q