aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/dub.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dub.sh b/bin/dub.sh
index 41ef88d3..c30749af 100644
--- a/bin/dub.sh
+++ b/bin/dub.sh
@@ -24,4 +24,4 @@ find . ! -name . -prune \( \
sort -k1,1nr |
# Limit the output to the given number of lines
-sed "$lines"q
+sed "$((lines))"q