From: RISCi_ATOM Date: Fri, 13 Jan 2017 11:54:44 +0000 (-0500) Subject: Fix git commit hash in scripts/getver.sh X-Git-Tag: v1.4-core-RC1~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1d4cdc99f7394943f61cf09a9d8c7582a0ee3ca;p=librecmc%2Flibrecmc.git Fix git commit hash in scripts/getver.sh --- 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"