Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yana Timoshenko
coreboot-files
Commits
075bfa7c
Verified
Commit
075bfa7c
authored
Sep 10, 2018
by
Youness Alaoui
Browse files
Do not have a default machine
parent
d7e95ecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_coreboot.sh
View file @
075bfa7c
...
...
@@ -381,10 +381,7 @@ machine=0
while
[
"
$machine
"
!=
"1"
]
&&
[
"
$machine
"
!=
"2"
]
&&
\
[
"
$machine
"
!=
"3"
]
&&
[
"
$machine
"
!=
"4"
]
&&
\
[
"
$machine
"
!=
"5"
]
;
do
read
-r
-p
"Enter your choice (default: 1): "
machine
if
[
"
$machine
"
=
""
]
;
then
machine
=
1
fi
read
-r
-p
"Enter your choice : "
machine
if
[
"
$machine
"
!=
"1"
]
&&
[
"
$machine
"
!=
"2"
]
&&
\
[
"
$machine
"
!=
"3"
]
&&
[
"
$machine
"
!=
"4"
]
&&
\
[
"
$machine
"
!=
"5"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment