diff --git a/scripts/getver.sh b/scripts/getver.sh index 9175f411d..678ca0f20 100755 --- a/scripts/getver.sh +++ b/scripts/getver.sh @@ -12,7 +12,7 @@ try_version() { } try_git() { - REBOOT=ee53a240ac902dc83209008a2671e7fdcf55957a + REBOOT=97a4ffcc125611dd5f307d54570373832a73e62d git rev-parse --git-dir >/dev/null 2>&1 || return 1 [ -n "$GET_REV" ] || GET_REV="HEAD"