From: Jesse Rosenthal Date: Thu, 19 Jan 2012 19:52:20 +0000 (-0500) Subject: Fix more markdown weirdness. X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=ca42d0b43dc8b2c42c6e4052d8bb8901dddf0f0b;hp=d340838fe102602497aec4c6a3172897848689e3;p=notmuch-wiki Fix more markdown weirdness. Markdown seems to have escaped dollar signs within a code block, which is weird. Hopefully this will fix it. --- diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 19de212..67bd933 100644 --- 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}" }