From acd2757bf499a7b881960bf793ce9dd297f9278f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 3 Aug 2018 02:24:43 -0400 Subject: [PATCH] input file directly, not cat output --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 70adc92..5adb8f6 100755 --- 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