From 17091c8c537d8fccc836cf789cd9a920a6431a19 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 9 May 2018 23:56:24 +0200 Subject: [PATCH] Fix bug in full_install_osm when dealing with soui option Change-Id: I3b3002ebf49e38daadb880bdf9202f628070c219 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 7cdf8bc4..45bcd575 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -742,7 +742,7 @@ while getopts ":hy-:b:r:k:u:R:l:p:D:" o; do [ "${OPTARG}" == "lxdinstall" ] && INSTALL_LXD="y" && continue [ "${OPTARG}" == "lxdimages" ] && INSTALL_FROM_LXDIMAGES="y" && continue [ "${OPTARG}" == "lightweight" ] && INSTALL_LIGHTWEIGHT="y" && continue - [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && && continue + [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && continue [ "${OPTARG}" == "vimemu" ] && INSTALL_VIMEMU="y" && continue [ "${OPTARG}" == "noconfigure" ] && NOCONFIGURE="y" && continue [ "${OPTARG}" == "showopts" ] && SHOWOPTS="y" && continue -- 2.25.1