index
:
lock.git
master
lock(1). a generic linux lockfile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
lock
2
1 files changed, 1 insertions, 1 deletions
diff --git a/lock b/lock
index 78e406a..22191fe 100755
--- a/
lock
+++ b/
lock
@@ -20,7 +20,7 @@ lock() {
}
if [[ "$#" -eq "1" ]]; then
- lock $1
+ lock "$1"
else
echo "please supply one argument: the lock directory."
exit 1