diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-09-05 10:40:31 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-09-05 10:40:31 -0700 |
commit | 74bd3557fe340555629fd8615c31fe4b6a8b8174 (patch) | |
tree | d7f607a6c9727354587efad25786758d66369a6a /src | |
parent | a266aa89051dad0e057c1e042d483b9f86e67e59 (diff) |
add curly brace end to lock function that was oddly removed at one point.
Diffstat (limited to 'src')
-rw-r--r-- | src/common | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ lock() { *) failure "bad argument for lock subfunction '$action'" esac - +} # check that characters are in a string (in an AND fashion). # used for checking key capability |