diff options
author | Jeremy C. Reed <reed@reedmedia.net> | 2006-05-27 15:28:04 +0000 |
---|---|---|
committer | Jeremy C. Reed <reed@reedmedia.net> | 2006-05-27 15:28:04 +0000 |
commit | 732e5f17cf5189854654360e978a62d6d6b82d4b (patch) | |
tree | 8a667da68c723e78bd8dc20f5e724122ac6e34d5 | |
parent | db74ad799da27eec04b5aed64e3564aef9156a04 (diff) |
In comments, change contractions to be spelled out to fix cpp "missing
terminating" errors with single quotes.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | startx.cpp | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-05-27 Jeremy C. Reed <reed@reedmedia.net> + + * startx.cpp: + In comments, change contractions to be spelled out to fix + cpp "missing terminating" errors with single quotes. + 2006-04-30 Matthieu Herrb <matthieu.herrb@laas.fr> * configure.ac: @@ -40,7 +40,7 @@ case $PATH in *) PATH=$PATH:$scobindir ;; esac -XCOMM Bourne shell doesn't automatically export modified environment variables +XCOMM Bourne shell does not automatically export modified environment variables XCOMM so export the new PATH just in case the user changes the shell export PATH @@ -197,7 +197,7 @@ EOF serverargs=${serverargs}" -auth "${xserverauthfile} XCOMM now add the same credentials to the client authority file -XCOMM if '$displayname' already exists don't overwrite it as another +XCOMM if '$displayname' already exists do not overwrite it as another XCOMM server man need it. Add them to the '$xserverauthfile' instead. for displayname in $authdisplay $hostname$authdisplay; do authcookie=`XAUTH list "$displayname" @@ |