From 02b41252f4a6550f8815d5df013f6f71eb25c192 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 13 Mar 2021 22:12:46 -0500 Subject: [PATCH] FIX forgot pipe --- dot_bin/executable_bootstrap_pkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bin/executable_bootstrap_pkgs b/dot_bin/executable_bootstrap_pkgs index 3b4225e..a43ba4d 100644 --- a/dot_bin/executable_bootstrap_pkgs +++ b/dot_bin/executable_bootstrap_pkgs @@ -71,7 +71,7 @@ run_yay() { IFS=' ' read -r -a emacs_pkgs \ < <(sudo -u "$home_user" emacs -batch -l "$emacs_dir/init.el" --eval \ '(print (format "pkgs: %s" (s-join " " (nd/get-aur-dependencies t))))' \ - 2>/dev/null \ + 2>/dev/null | \ sed -n -e 's/"pkgs: \(.*\)"/\1/p') echo "Emacs requires the following system pkgs: ${emacs_pkgs[*]}"