We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5975c commit ffad713Copy full SHA for ffad713
src/append_crc_len.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-REV=$(git log | head -n 1 | cut -b8-14)
+REV=$(git rev-parse HEAD | cut -b1-7)
4
BOOT_CRC_BIN="boot.crc.${REV}.bin"
5
6
CRC_LEN_TMP=`mktemp`
0 commit comments