mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-15 03:41:03 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue