diff --git a/devstack/lib/ovs b/devstack/lib/ovs index 0ee6192c9fa..1a790e5d95c 100644 --- a/devstack/lib/ovs +++ b/devstack/lib/ovs @@ -41,7 +41,7 @@ function compile_ovs { local build_modules=${1:-True} local prefix=$2 - if [ -n $prefix ]; then + if [ -n "$prefix" ]; then prefix="--prefix=$prefix" fi