aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlock2
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