From e1d4cdc99f7394943f61cf09a9d8c7582a0ee3ca Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Fri, 13 Jan 2017 06:54:44 -0500 Subject: [PATCH] Fix git commit hash in scripts/getver.sh --- scripts/getver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/getver.sh b/scripts/getver.sh index ecf048f4c1..60843be4f6 100755 --- a/scripts/getver.sh +++ b/scripts/getver.sh @@ -12,7 +12,7 @@ try_version() { } try_git() { - REBOOT=ee53a240ac902dc83209008a2671e7fdcf55957a + REBOOT=375587f4b29039d86880030c6ab9a135e0342567 git rev-parse --git-dir >/dev/null 2>&1 || return 1 [ -n "$GET_REV" ] || GET_REV="HEAD" -- 2.25.1