summaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2010-01-10 22:54:34 -0800
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2010-01-10 22:54:34 -0800
commit5a037360cc311e195007d4f2e519d48354809d13 (patch)
tree091829813787b605a7e6326181faf051a5f14b8a /notes
parent982e7ea8985b306ebb019db6ec21b8cce1184c1f (diff)
downloadjrayhawk-5a037360cc311e195007d4f2e519d48354809d13.tar.gz
jrayhawk-5a037360cc311e195007d4f2e519d48354809d13.zip
Note: lockfiles: small syntax error
Diffstat (limited to 'notes')
-rw-r--r--notes/lockfiles.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/lockfiles.mdwn b/notes/lockfiles.mdwn
index 197bba7..ce8df7f 100644
--- a/notes/lockfiles.mdwn
+++ b/notes/lockfiles.mdwn
@@ -30,7 +30,7 @@ subshell.
Probably optimal. Check for parent process ID and re-execute.
`if ! grep -q lckdo /proc/$PPID/cmdline; then
- exec lckdo /tmp/lckdotest $0 "$@"
+ exec lckdo /tmp/lckdotest $0 "$@";
fi`
## chiark-utils-bin's with-lock-ex