diff options
author | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:36 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-02 21:47:36 +0000 |
commit | 0f5461311056a7bdcf1551ec532c7c7579bd5af8 (patch) | |
tree | 388c091fe0ba54bba7da3b62d8e227c11616f65c /startx.cmd | |
parent | 71ad83f1bae8f357e8f40b7e7a0608e7ab22cc38 (diff) |
70. Merging in the TM branch (Egbert Eich).xo-6_7_0XORG-RELEASE-1-STSF-FORKXORG-RELEASE-1-MERGEXORG-CYGWIN-MERGEXORG-CYGWIN-LAST-MERGEXORG-6_7_0XORG-RELEASE-1-STSFXORG-RELEASE-1
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 |