summaryrefslogtreecommitdiff
path: root/remoteusage
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2013-05-30 22:28:25 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2013-05-30 22:28:25 +0300
commit4efc6babb4fd2e0822028b8574b3b67ec33fe702 (patch)
tree3964cfccedeecc738e8f886f141a28dce113ab02 /remoteusage
parent24ea318ed86f5e33653aa43e4d1abb4ae47490bc (diff)
fix trablshuuting
Diffstat (limited to 'remoteusage')
-rw-r--r--remoteusage/aboriginal.mdwn8
1 files changed, 3 insertions, 5 deletions
diff --git a/remoteusage/aboriginal.mdwn b/remoteusage/aboriginal.mdwn
index 70980d9..1649c8b 100644
--- a/remoteusage/aboriginal.mdwn
+++ b/remoteusage/aboriginal.mdwn
@@ -147,10 +147,8 @@ run
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
-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.