diff options
-rwxr-xr-x | buildos | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1055,10 +1055,11 @@ EOF echo; "${c[@]}" --priority 4 | head -n 200; echo; - echo "context [$sd -- $ed]:"; + echo "context:"; echo; if [ -n "$oc" ]; then - unset 'c[${#c[@]}-2]' # Pop cursor (for --since/--until). + unset 'c[-1]' # Pop cursor (for --since/--until). + unset 'c[-1]' fi; "${c[@]}" --since "$sd" --until "$ed" | head -n 200 } | email "$s" |