input file directly, not cat output
This commit is contained in:
parent
4607ad9d1a
commit
acd2757bf4
1 changed files with 1 additions and 1 deletions
2
larbs.sh
2
larbs.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue