sync: do not use /dev/stdout
commit3d80cccb5af5845c29f563fc40ff3525bdce792d
authorAlad Wenter <alad@archlinux.org>
Tue, 13 Jun 2023 10:55:52 +0000 (13 12:55 +0200)
committerAlad Wenter <alad@archlinux.org>
Tue, 13 Jun 2023 10:55:52 +0000 (13 12:55 +0200)
treec2237a64536f28296fd2057eeb0bc1f1777a8fbd
parentd54407a02b643fad7c1059c7dd510bb0e9f1b302
sync: do not use /dev/stdout

/dev/stdout is not handled specifically and writeable by the owner of
the pseudoterminal. When running the script as a different user, it may
thus not have write access. See:

https://unix.stackexchange.com/a/38580
lib/aur-sync