~heckyel/hyperfi

d142a77e0d83aeee1141e55eae44e24aedcacde8 — Jesús 2 years ago f7e0ab4
Add -r parameter to read
1 files changed, 1 insertions(+), 1 deletions(-)

M hyperfi
M hyperfi => hyperfi +1 -1
@@ 860,7 860,7 @@ installbase(){
        sed -i '/^\s*$/d' /tmp/hyperfi-custom-package-list
        sed -i '/^#/ d' /tmp/hyperfi-custom-package-list
        options=()
        while read pkg; do
        while read -r pkg; do
            options+=("${pkg}" "" on)
        done < /tmp/hyperfi-custom-package-list
        sel=$(whiptail --backtitle "${apptitle}" --title "${txtinstallhyperbolacustompackagelist}" --checklist "" 0 0 0 \