FIX forgot pipe
This commit is contained in:
parent
cf8392af02
commit
02b41252f4
|
@ -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[*]}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue