projects
/
obsolete
/
notmuch-wiki
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d340838
)
Fix more markdown weirdness.
author
Jesse Rosenthal
<jrosenthal@jhu.edu>
Thu, 19 Jan 2012 19:52:20 +0000
(14:52 -0500)
committer
Jesse Rosenthal
<jrosenthal@jhu.edu>
Thu, 19 Jan 2012 19:52:20 +0000
(14:52 -0500)
Markdown seems to have escaped dollar signs within a code block, which is
weird. Hopefully this will fix it.
remoteusage.mdwn
patch
|
blob
|
history
diff --git
a/remoteusage.mdwn
b/remoteusage.mdwn
index 19de21275188e120f1867f15e1ca855b3c9e08db..67bd933540bb41c5cc0ddee9348f10f511e7f2c9 100644
(file)
--- a/
remoteusage.mdwn
+++ b/
remoteusage.mdwn
@@
-69,7
+69,6
@@
future calls can reuse the socket.
create_socket_dir ()
{
-
mkdir "${SOCKET_DIR}" $(id -u)
chmod 700 "${SOCKET_DIR}"
}