input file directly, not cat output

This commit is contained in:
Luke Smith 2018-08-03 02:24:43 -04:00
parent 4607ad9d1a
commit acd2757bf4

View File

@ -101,7 +101,7 @@ installationloop() { \
"A") aurinstall "$program" "$comment" ;;
"G") gitmakeinstall "$program" "$comment" ;;
esac
done <<< $(cat /tmp/progs.csv) ;}
done < /tmp/progs.csv ;}
serviceinit() { for service in $@; do
dialog --infobox "Enabling \"$service\"..." 4 40