diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-08-05 20:01:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-08-05 20:01:49 +0000 |
commit | eb9b1aa7b3ae563a83ce7a015ecdef665003bfbc (patch) | |
tree | 3e2524376cc1e8a4447de6405d7168aac7a0527c /app/xdm | |
parent | c4e1efcb1fe79ad9fa33e44fd65be9f1a116aa8f (diff) |
Fix quoting for cpp processing
Diffstat (limited to 'app/xdm')
-rw-r--r-- | app/xdm/config/Xreset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xdm/config/Xreset.cpp b/app/xdm/config/Xreset.cpp index 8f4ef193d..d64df0d24 100644 --- a/app/xdm/config/Xreset.cpp +++ b/app/xdm/config/Xreset.cpp @@ -2,4 +2,4 @@ XCOMM!/bin/sh XCOMM Deregister a login. (Derived from TakeConsole as follows:) XCOMM BINDIR/sessreg -d -w "/var/log/wtmp" -u "/var/run/utmp" \ - -x "XDMCONFIGDIR/Xservers" -l $DISPLAY -h "" $USER + -x XDMCONFIGDIR/Xservers -l $DISPLAY -h "" $USER |