diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-29 15:46:06 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-29 15:46:06 +0000 |
commit | 4e14556c04921fb1ebdf00a4615670d88c09d148 (patch) | |
tree | feb15d83667ee00f1dd2a179d7e70610e3630b7f /startx.cmd | |
parent | bb493442b65c30915eebd18eaa73c7229efe5b09 (diff) |
merge with XORG-RELEASE-1-TMCYGWIN-PRE-6_8_0-MERGECYGWIN-HEAD-MERGECYGWIN-HEAD-LAST-MERGE
Diffstat (limited to 'startx.cmd')
-rw-r--r-- | startx.cmd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ /* OS/2 REXX */ /* $XFree86: xc/programs/xinit/startx.cmd,v 3.3 1996/10/17 15:23:47 dawes Exp $ + * $XdotOrg$ * * This is just a sample implementation of a slightly less primitive * interface than xinit. It looks for user xinitrc.cmd and xservrc.cmd @@ -15,7 +16,7 @@ ADDRESS CMD 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 |