Browse Source

x230: minor bash fix

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
852101c1ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x230/prepare_before_installation.sh

+ 1
- 1
x230/prepare_before_installation.sh View File

@ -43,7 +43,7 @@ done
hash dmidecode hash dmidecode
LAPTOP=$(dmidecode | grep -i x230 | sort -u) 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." echo "This is no Thinkpad X230. This script is useless then."
exit 0 exit 0
fi fi


Loading…
Cancel
Save