aboutsummaryrefslogtreecommitdiff
path: root/bin/mkcp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mkcp.sh')
-rw-r--r--bin/mkcp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkcp.sh b/bin/mkcp.sh
index 10308263..3acf12f0 100644
--- a/bin/mkcp.sh
+++ b/bin/mkcp.sh
@@ -7,7 +7,7 @@ if [ "$#" -lt 2 ] ; then
fi
# Get the last argument (the directory to create)
-for dir ; do : ; done
+for dir do : ; done
# Create it, or bail
mkdir -p -- "$dir" || exit