mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
fix issue where more than one build option/flavor would cause the options dialog to not load; thanks to TSquaredF for the bug report
This commit is contained in:
parent
09ade47410
commit
eb8d12c105
@ -1733,7 +1733,7 @@ add_options () {
|
||||
script itself.\n\nIf you would like to set \
|
||||
or edit these variables for the $1 SlackBuild, please enter that \
|
||||
information below, or press <Clear Options> to clear the options.")" \
|
||||
0 0 $CUROPTIONS 2>/$TMP/sbopkg_add_options
|
||||
0 0 "$CUROPTIONS" 2>/$TMP/sbopkg_add_options
|
||||
CHOICE=$?
|
||||
CUSTOMOPTS="$(cat $TMP/sbopkg_add_options)"
|
||||
if [ $CHOICE = 1 ] || [ $CHOICE = 0 -a "$CUSTOMOPTS" = "" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user