diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-01-10 22:54:34 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2010-01-10 22:54:34 -0800 |
commit | 5a037360cc311e195007d4f2e519d48354809d13 (patch) | |
tree | 091829813787b605a7e6326181faf051a5f14b8a /notes | |
parent | 982e7ea8985b306ebb019db6ec21b8cce1184c1f (diff) | |
download | jrayhawk-5a037360cc311e195007d4f2e519d48354809d13.tar.gz jrayhawk-5a037360cc311e195007d4f2e519d48354809d13.zip |
Note: lockfiles: small syntax error
Diffstat (limited to 'notes')
-rw-r--r-- | notes/lockfiles.mdwn | 2 |
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 |