mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
msrtool: Fix simple breakage in r4964
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4966 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
d80e57c9c8
commit
f30a222074
1 changed files with 1 additions and 1 deletions
2
util/msrtool/configure
vendored
2
util/msrtool/configure
vendored
|
@ -99,7 +99,7 @@ trycompile() {
|
|||
exit 1
|
||||
}
|
||||
|
||||
trylink {
|
||||
trylink() {
|
||||
NPARMS=$#
|
||||
WHAT="${1}"
|
||||
shift
|
||||
|
|
Loading…
Add table
Reference in a new issue