692f7a2c
by Allan McRae at 2025-05-08T21:49:56+10:00
Do not overwrite default download user when option is unset
Commit 7ccf316c provided "root" (or the user name for UID 0) as a
default download user. However, when DownloadUser is unset in pacman.conf,
pacman was overwriting the default with null. Rectify this.
Fixes #248
Signed-off-by: Allan McRae <allan@archlinux.org>