Merge "devstack: Fix check for blank prefix arg."

This commit is contained in:
Jenkins 2016-02-07 09:38:36 +00:00 committed by Gerrit Code Review
commit 3283859d0b

@ -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