[scripts] fix typo in iso_build.sh

This commit is contained in:
Fabio Erculiani
2013-09-23 21:11:38 +02:00
parent ccafe0ef65
commit d3fc33a703
+1 -1
View File
@@ -174,7 +174,7 @@ elif [ "${ACTION}" = "dailybase" ]; then
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase.iso"
)
if [ "${ACTION}" = "steambox" ]; then
elif [ "${ACTION}" = "steambox" ]; then
export BUILDING_DAILY=1
SABAYON_RELEASE=$(get_default_sabayon_release)