summaryrefslogtreecommitdiffstats
path: root/prefdm
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-01-24 22:25:33 +0000
committerBill Nottingham <notting@redhat.com>2002-01-24 22:25:33 +0000
commitc38d609f6700318b3399a77fae078d134283b68b (patch)
tree4f60461aac99455d56ad65b6da329615514786a8 /prefdm
parentc1022385595f715f1304a7123616a43a14c59cf3 (diff)
downloadinitscripts-c38d609f6700318b3399a77fae078d134283b68b.tar.gz
initscripts-c38d609f6700318b3399a77fae078d134283b68b.tar.xz
initscripts-c38d609f6700318b3399a77fae078d134283b68b.zip
fix typor6-50
Diffstat (limited to 'prefdm')
-rwxr-xr-xprefdm1
1 files changed, 1 insertions, 0 deletions
diff --git a/prefdm b/prefdm
index 3d313283..828e741e 100755
--- a/prefdm
+++ b/prefdm
@@ -24,6 +24,7 @@ if [ -f /etc/sysconfig/desktop ]; then
preferred=gdm
elif [ "$DESKTOP" = "KDE" -o "$DESKTOP" = "KDE1" -o "$DESKTOP" = "KDE2" ]; then
preferred=kdm
+ fi
fi
if [ -z "$preferred" ]; then