From 85cc906f144aa50f4bcb115a4f87873c0487df1b Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 15 Mar 2011 00:39:50 -0700 Subject: [PATCH] Fixed typo. --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 34208a9..1036603 100755 --- a/util/install.sh +++ b/util/install.sh @@ -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"