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
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@
break
else
# 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
done
else