Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Make non-interactive mode more compatible with other options, such as default yes
Jeff 'Raid' Baitis committed 10 years ago
commit a4ae36b1f75b269db26fe6f7c06717f1046d9772
parent 45a9b3e
1 file changed +1 -1
modified src/utils.c
@@ -124,7 +124,7 @@ vquery_yesno(bool deft, const char *msg, va_list ap)
		return (yes || default_yes || r);

	if (dry_run)
-
		return (false);
+
		return (yes || default_yes || r );

	/* Do not query user if we have specified yes flag */
	if (yes)