Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make non-interactive mode more compatible with other options, such as default yes
Jeff 'Raid' Baitis committed 11 years ago
commit a4ae36b1f75b269db26fe6f7c06717f1046d9772
parent 45a9b3e8be837c5db2e1a36dcc176be1f14e0a6a
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)