projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a6d12
)
Fix git commit hash in scripts/getver.sh
author
RISCi_ATOM
<bob@bobcall.me>
Fri, 13 Jan 2017 11:54:44 +0000
(06:54 -0500)
committer
RISCi_ATOM
<bob@bobcall.me>
Fri, 13 Jan 2017 11:54:44 +0000
(06:54 -0500)
scripts/getver.sh
patch
|
blob
|
history
diff --git
a/scripts/getver.sh
b/scripts/getver.sh
index ecf048f4c1c88b308295e5d9d79e34bc2f70a12e..60843be4f64bb353d4517f1f60c7c8446ac90a69 100755
(executable)
--- 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"