Fix handling of spaces in arguments
This commit is contained in:
parent
084da3a25f
commit
cec9fadeb7
|
@ -103,6 +103,6 @@ if [ $# -lt 1 ]; then
|
|||
usage
|
||||
exit $?
|
||||
fi
|
||||
for i in $@; do
|
||||
for i in "$@"; do
|
||||
create "$i"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user