From: Jesse Rosenthal Date: Thu, 19 Jan 2012 19:52:20 +0000 (-0500) Subject: Fix more markdown weirdness. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=ca42d0b43dc8b2c42c6e4052d8bb8901dddf0f0b 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}" }