From 87f3cf69ae310bdf83e262f5212847b3c764ced7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 10 Jun 2017 15:34:07 +1200 Subject: Force integer for dub(1df) limit --- bin/dub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3