FIX forgot pipe

This commit is contained in:
Nathan Dwarshuis 2021-03-13 22:12:46 -05:00
parent cf8392af02
commit 02b41252f4
1 changed files with 1 additions and 1 deletions

View File

@ -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[*]}"