aboutsummaryrefslogtreecommitdiff
path: root/bin/lines
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/lines2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lines b/bin/lines
index b2558b84..2f0bf468 100755
--- a/bin/lines
+++ b/bin/lines
@@ -73,7 +73,7 @@ START="${1:-}"
if [ -z "${2:-}" ]; then
END=1
else
- END=$(($2 - $START + 1))
+ END=$(($2 - START + 1))
fi
eval "$(assert-arg "$START" 'START')"