[Xquartz-dev] 2.3.2_rc4

Cameron Simpson cs at zip.com.au
Fri Dec 19 18:46:50 PST 2008


On 20Dec2008 13:44, I wrote:
|   #!/bin/bash
|   qcmd=
|   for arg
|   do  qcmd=$qcmd`printf " %q" "$arg"`
|   done
|   export _EXPORTED_QUOTED_COMMAND=$qcmd
|   exec -l "$SHELL" -c 'exec /path/to/run-via-login-post'

Quoting braino, sorry. Replace the export with:

  _EXPORTED_QUOTED_COMMAND=$qcmd
  export _EXPORTED_QUOTED_COMMAND

Cheers,
-- 
Cameron Simpson <cs at zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/

I find grunting like a caveman helps when I do development on windows now.
        - Gordon Clare <gordon at research.canon.com.au>


More information about the Xquartz-dev mailing list