Skip to content

Commit fd4035b

Browse files
committed
chore: fix "line 43: time: unbound variable" by initializing a varible with an empty value
Correction for 7e2cb42 commit.
1 parent 9080e2c commit fd4035b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/check-build-and-verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ print_status() {
2828
color=33
2929
fi
3030

31-
local time
31+
local time=
3232
if [ $execution_time -gt 0 ]; then
3333
local mins seconds
3434
mins=$[execution_time / 60]

0 commit comments

Comments
 (0)