Correctly identify a RedHat distribution.

This commit is contained in:
Vincent Béron 2002-11-12 02:16:11 +00:00 committed by Alexandre Julliard
parent 8442d2e288
commit 07b419f243

View file

@ -23,7 +23,7 @@ if [ -f /etc/debian_version ]; then
JADETAG=\#html
fi
if [ -f /etc/redhat_release ]; then
if [ -f /etc/redhat-release ]; then
LINUXDIST="Redhat"
JADEPROG="jade"
JADETAG=