$OpenBSD: patch-otp_bash,v 1.1.1.1 2018/03/09 15:29:27 abieber Exp $
Index: otp.bash
--- otp.bash.orig
+++ otp.bash
@@ -88,7 +88,7 @@ otp_insert() {
   check_sneaky_paths "$path"
   set_git "$passfile"
 
-  mkdir -p -v "$PREFIX/$(dirname "$path")"
+  mkdir -p "$PREFIX/$(dirname "$path")"
   set_gpg_recipients "$(dirname "$path")"
 
   $GPG -e "${GPG_RECIPIENT_ARGS[@]}" -o "$passfile" "${GPG_OPTS[@]}" <<<"$contents" || die "OTP secret encryption aborted."
