no report generated #57

Closed
opened 2026-02-16 09:07:43 +00:00 by tobiasd · 1 comment
Owner

The date determination seems not to be working.

bin/report.sh: 41: arithmetic expression: expecting EOF: "08-1"

Assigning this to @fkobi as he changed that part of the script recently.

The date determination seems not to be working. ``` bin/report.sh: 41: arithmetic expression: expecting EOF: "08-1" ``` Assigning this to @fkobi as he changed that part of the script recently.
fkobi was assigned by tobiasd 2026-02-16 09:07:44 +00:00
Owner

The issue is that when the string is 0x the shell subtracts an integer from a string & fails.

The issue is that when the string is `0x` the shell subtracts an integer from a string & fails.
fkobi closed this issue 2026-02-16 09:22:21 +00:00
Sign in to join this conversation.