summaryrefslogtreecommitdiff
path: root/remoteusage.mdwn
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2012-01-19 14:52:20 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2012-01-19 14:52:20 -0500
commitca42d0b43dc8b2c42c6e4052d8bb8901dddf0f0b (patch)
tree80fb1913529233d4089f8c70b8ff2ea4e5a18360 /remoteusage.mdwn
parentd340838fe102602497aec4c6a3172897848689e3 (diff)
Fix more markdown weirdness.
Markdown seems to have escaped dollar signs within a code block, which is weird. Hopefully this will fix it.
Diffstat (limited to 'remoteusage.mdwn')
-rw-r--r--remoteusage.mdwn1
1 files changed, 0 insertions, 1 deletions
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}"
}