1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed debian version string

This commit is contained in:
James Booth 2012-09-08 15:07:03 +01:00
parent cd254e9f45
commit 04605a5f6a

View File

@ -89,7 +89,7 @@ DIST=unknown
if [ "${OS}" = "Linux" ]; then
if [ -f /etc/fedora-release ]; then
DIST=fedora
elif [ -f /etc/debian-version ]; then
elif [ -f /etc/debian_version ]; then
DIST=debian
fi
fi