aboutsummaryrefslogtreecommitdiff
path: root/bin/mkmv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mkmv.sh')
-rw-r--r--bin/mkmv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mkmv.sh b/bin/mkmv.sh
index 53b5aa8f..832c205e 100644
--- a/bin/mkmv.sh
+++ b/bin/mkmv.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