Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
/ hterm Public archive

Commit

Permalink
hterm: fix fallback git value
Browse files Browse the repository at this point in the history
Change-Id: Id793f8cf9e5c194c30a1bea6a3797f42443d4bb1
Reviewed-on: https://chromium-review.googlesource.com/889765
Reviewed-by: Brandon Gilmore <[email protected]>
Tested-by: Mike Frysinger <[email protected]>
  • Loading branch information
vapier committed Jan 29, 2018
1 parent 24a5a4e commit ba4956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concat/hterm_resources.concat
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
@resource hterm/concat/date text/plain $ date -u '+%a, %d %b %Y %T %z'
@resource hterm/changelog/version text/plain $ echo_changelog version
@resource hterm/changelog/date text/plain $ echo_changelog date
@resource hterm/git/HEAD text/plain $ echo ${VCSID:-git rev-parse HEAD}
@resource hterm/git/HEAD text/plain $ echo ${VCSID:-$(git rev-parse HEAD 2>/dev/null)}

0 comments on commit ba4956d

Please sign in to comment.