commit acd2757bf499a7b881960bf793ce9dd297f9278f
parent 4607ad9d1a6d9be9abb8aa91d19f0e66dda2ed63
Author: Luke Smith <luke@lukesmith.xyz>
Date: Fri, 3 Aug 2018 02:24:43 -0400
input file directly, not cat output
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/larbs.sh b/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