Skip to content

Commit

Permalink
[build] fixed typo in build-vm-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mmohring committed Nov 27, 2017
1 parent 7d9131a commit 64e778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-vm-docker
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ vm_fixup_docker() {
if [ "$max_loop" = "0" ]; then
max_loop=16
fi
for $num in `seq 0 $max_loop`; do
for num in `seq 0 $max_loop`; do
test -b /dev/loop$num || mknod -m660 /dev/loop$num b 7 $num
done
}
Expand Down

0 comments on commit 64e778b

Please sign in to comment.