fix formatting

This commit is contained in:
Philippe Grégoire 2017-08-19 16:49:19 -04:00
parent 69c6de9f9c
commit e88e9c357f
No known key found for this signature in database
GPG Key ID: A14AA6DA679C2177
1 changed files with 4 additions and 4 deletions

View File

@ -141,10 +141,10 @@ case "$uname_s" in
esac
if [ -f /etc/os-release ]; then
# already lowercase, according to:
# https://www.freedesktop.org/software/systemd/man/os-release.html
grep '^ID=' /etc/os-release | sed -e 's|^ID=||'
exit 0
# already lowercase, according to:
# https://www.freedesktop.org/software/systemd/man/os-release.html
grep '^ID=' /etc/os-release | sed -e 's|^ID=||'
exit 0
fi
echo "Unknown OS" >&2