This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
x230: minor bash fix
pull/35/head
Martin Kepplinger
6 years ago
parent
1a2e3d16c3
commit
852101c1ac
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
x230/prepare_before_installation.sh
+ 1
- 1
x230/prepare_before_installation.sh
View File
@ -43,7 +43,7 @@ done
hash
dmidecode
LAPTOP
=
$(
dmidecode
|
grep -i x230
|
sort -u
)
if
[
-z
$LAPTOP
]
;
then
if
[
-z
"
$LAPTOP
"
]
;
then
echo
"This is no Thinkpad X230. This script is useless then."
exit
0
fi
Write
Preview
Loading…
Cancel
Save