summaryrefslogtreecommitdiff
path: root/xinitrc.cmd
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-23 19:54:49 +0000
committerEgbert Eich <eich@suse.de>2004-04-23 19:54:49 +0000
commit4118bc8579ac75620ea6cda2b16d3ebbe4f5b6af (patch)
tree4f7d27d3b1ab0b3357039a83a707a9ceaf6c670e /xinitrc.cmd
parent52279458e75907cb4d004e8be0c87f1c7b714159 (diff)
downloadxorg-app-xinit-XORG-6_8-branch.tar.gz
Diffstat (limited to 'xinitrc.cmd')
-rw-r--r--xinitrc.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/xinitrc.cmd b/xinitrc.cmd
index 5a3a991..f40a7b7 100644
--- a/xinitrc.cmd
+++ b/xinitrc.cmd
@@ -1,10 +1,10 @@
/* OS/2 REXX */
-/* $XFree86: xc/programs/xinit/xinitrc.cmd,v 3.6 2003/11/12 00:10:31 dawes Exp $ */
+/* $XFree86: xc/programs/xinit/xinitrc.cmd,v 3.5 1997/01/27 08:26:14 dawes Exp $ */
'@echo off'
env = 'OS2ENVIRONMENT'
x11root = VALUE('X11ROOT',,env)
IF x11root = '' THEN DO
- SAY "The environment variable X11ROOT is not set. XFree86/OS2 won't run without it."
+ SAY "The environment variable X11ROOT is not set. X/OS2 won't run without it."
EXIT
END
home = VALUE('HOME',,env)