]> git.cworth.org Git - notmuch-wiki/commitdiff
fix trablshuuting
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 30 May 2013 19:28:25 +0000 (22:28 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Thu, 30 May 2013 19:28:25 +0000 (22:28 +0300)
remoteusage/aboriginal.mdwn

index 70980d94ba96f520e122f7fd1e94f36c22297547..1649c8bb9ddf18cdc42418dab53edcf64288788f 100644 (file)
@@ -147,10 +147,8 @@ run
 from command line and observe output. If it looks as it should be next uncomment
 the line
 
 from command line and observe output. If it looks as it should be next uncomment
 the line
 
-        #exec 2>>remote-errors; echo -- >&2; set -x # ... change (no stderr).
+       #BASH_XTRACEFD=6; exec 6>>remote-errors; echo -- >&6; set -x
 
 
-in `./remote-notmuch.sh` and attemt to use it from emacs again -- and then
+in `./remote-notmuch.sh` and attempt to use it from emacs again -- and then
 examine the contents of `remote-errors` in the working directory emacs was
 examine the contents of `remote-errors` in the working directory emacs was
-started. Emacs behaviour may alter slightly as all stderr goes to remote-errors
-now to take that into account when examining results (and if it fixes everything
-then start forwarding stderr to /dev/null...).
+started.