diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build index 52212c0612..23b490c70d 100755 --- a/tools/linux_packaging/build +++ b/tools/linux_packaging/build @@ -148,7 +148,7 @@ esac if [ "$DEBUG" = "T" ]; then BUILDTYPE="dbg" fi -if [ "FREEBI" = "T" ]; then +if [ "$FREEBI" = "T" ]; then BUILDTYPE="demo" fi if [ "$DEBUG$FREEBI" = "TT" ]; then