Skip to content

Commit ffad713

Browse files
author
Xiangfu Liu
committedSep 16, 2011
append_crc_len.sh: use git rev-parse instread of git log
1 parent ac5975c commit ffad713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/append_crc_len.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
REV=$(git log | head -n 1 | cut -b8-14)
3+
REV=$(git rev-parse HEAD | cut -b1-7)
44
BOOT_CRC_BIN="boot.crc.${REV}.bin"
55

66
CRC_LEN_TMP=`mktemp`

0 commit comments

Comments
 (0)
Please sign in to comment.