From ca42d0b43dc8b2c42c6e4052d8bb8901dddf0f0b Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Thu, 19 Jan 2012 14:52:20 -0500 Subject: [PATCH] Fix more markdown weirdness. Markdown seems to have escaped dollar signs within a code block, which is weird. Hopefully this will fix it. --- remoteusage.mdwn | 1 - 1 file changed, 1 deletion(-) 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}" } -- 2.43.0