FIX add diagnostic print statement

This commit is contained in:
Nathan Dwarshuis 2021-03-13 20:52:03 -05:00
parent b8a321326d
commit 8dca74f8d2
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ run_yay() {
## packages for emacs (install emacs first to read the config)
pacman --needed -S emacs
emacs -batch -l "$emacs_dir/init.el" --eval \
'(print (format "pkgs: %s" (s-join " " (nd/get-aur-dependencies t))))'
IFS=' ' read -r -a emacs_pkgs \
< <(emacs -batch -l "$emacs_dir/init.el" --eval \
'(print (format "pkgs: %s" (s-join " " (nd/get-aur-dependencies t))))' \