summaryrefslogtreecommitdiff
path: root/xinitrc.cmd
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-29 15:46:06 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-29 15:46:06 +0000
commit4e14556c04921fb1ebdf00a4615670d88c09d148 (patch)
treefeb15d83667ee00f1dd2a179d7e70610e3630b7f /xinitrc.cmd
parentbb493442b65c30915eebd18eaa73c7229efe5b09 (diff)
Diffstat (limited to 'xinitrc.cmd')
-rw-r--r--xinitrc.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/xinitrc.cmd b/xinitrc.cmd
index a4502b8..0b2338a 100644
--- a/xinitrc.cmd
+++ b/xinitrc.cmd
@@ -1,10 +1,11 @@
/* OS/2 REXX */
/* $XFree86: xc/programs/xinit/xinitrc.cmd,v 3.5 1997/01/27 08:26:14 dawes Exp $ */
+/* $XdotOrg: 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)