Removed -o which had no purpose

This commit is contained in:
Michael Boelen 2019-12-23 13:59:06 +01:00
parent 09740e0deb
commit e5091772c5
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -665,7 +665,7 @@
break break
else else
# Searching for the Linux kernel after the keyword 'version' # Searching for the Linux kernel after the keyword 'version'
if [ "${I}" = "version" -o ]; then NEXTLINE=1; fi if [ "${I}" = "version" ]; then NEXTLINE=1; fi
fi fi
done done
else else