mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
fixup! Convert flashrom to git
Note the non-strict POSIX compatibility in getrevision.sh and a add missing full stop*.* ;) Change-Id: Ia60186f783067ba084439a8ef701dc8f4c0072f0 Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/21828 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
9620912607
commit
8eb1df69ab
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
# NB: Supposed to be POSIX compatible but at least the usage of 'local' is not.
|
||||
#
|
||||
# This file is part of the flashrom project.
|
||||
#
|
||||
@ -78,7 +79,7 @@ git_url() {
|
||||
echo "$(git ls-remote --exit-code --get-url ${target%/*}) ${target#*/}"
|
||||
}
|
||||
|
||||
# Returns a string indicating where others can get the current source code (excluding uncommitted changes)
|
||||
# Returns a string indicating where others can get the current source code (excluding uncommitted changes).
|
||||
# Takes one optional argument: the path to inspect
|
||||
scm_url() {
|
||||
local url=
|
||||
|
Loading…
x
Reference in New Issue
Block a user