From 07b419f243cd7ef011eb242c3596c9ce3c28ebee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20B=C3=A9ron?= Date: Tue, 12 Nov 2002 02:16:11 +0000 Subject: [PATCH] Correctly identify a RedHat distribution. --- documentation/db2html-winehq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/db2html-winehq b/documentation/db2html-winehq index 7261888faa0..0f56c5c0f34 100755 --- a/documentation/db2html-winehq +++ b/documentation/db2html-winehq @@ -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=