Skip to content
Snippets Groups Projects
Commit 85cc906f authored by Bob Lantz's avatar Bob Lantz
Browse files

Fixed typo.

parent d00fa51f
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ function ovs {
./boot.sh
BUILDDIR=/lib/modules/${KERNEL_NAME}/build
if [ ! -e $BUILDDIR ]; then
echo "Creating build directory $BUILDDIR"
echo "Creating build sdirectory $BUILDDIR"
sudo mkdir -p $BUILDDIR
fi
opts="--with-l26=$BUILDDIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment