Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit ee6f7d9

Browse files
committed
Update lastchange.sh
1 parent 5217468 commit ee6f7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/lastchange.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ if [ -z $DEFAULT_FILE ]; then
5151
REVISION=0
5252
echo LASTCHANGE=$REVISION > $OUT_FILE
5353
else
54-
echo 0 > $OUT_FILE
54+
echo LASTCHANGE=0 > $OUT_FILE
5555
fi
5656

0 commit comments

Comments
 (0)