Fixed typo.

This commit is contained in:
Bob Lantz
2011-03-15 00:39:50 -07:00
parent d00fa51f4c
commit 85cc906f14
+1 -1
View File
@@ -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"