Single word avoids splitting

This commit is contained in:
Bob Mottram 2016-09-30 13:48:36 +01:00
parent 8e49dd24e0
commit 5a320d2a86
1 changed files with 2 additions and 2 deletions

View File

@ -1866,8 +1866,8 @@ function app_settings {
fi fi
app_index=$[app_index+1] app_index=$[app_index+1]
done done
backstr=$'Back to main menu' backstr=$'Exit'
applist="$applist $n \"$backstr\" on" applist="$applist $n $backstr on"
appnames+=("Exit") appnames+=("Exit")
choice=$(dialog --stdout --backtitle $"Freedombone" \ choice=$(dialog --stdout --backtitle $"Freedombone" \