$OpenBSD: patch-configure,v 1.9 2016/05/24 05:35:28 ajacoutot Exp $
--- configure.orig	Sat May 21 19:41:54 2016
+++ configure	Tue May 24 07:26:11 2016
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 #
 # Copyright 2016 Software Freedom Conservancy Inc.
 #
@@ -58,8 +58,6 @@ EOT
 
 abort() {
     printf "%s: Invalid argument %s\n" $0 $1
-    configure_help
-    exit 1
 }
 
 while [ $# != 0 ]
