2015-03-24 08:03:55 +00:00
|
|
|
$OpenBSD: patch-configure,v 1.8 2015/03/24 08:03:55 ajacoutot Exp $
|
|
|
|
--- configure.orig Fri Feb 6 22:02:50 2015
|
|
|
|
+++ configure Tue Mar 24 08:42:47 2015
|
2010-10-28 12:36:10 +00:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-#!/usr/bin/env bash
|
|
|
|
+#!/bin/sh
|
|
|
|
#
|
2015-03-24 08:03:55 +00:00
|
|
|
# Copyright 2009-2015 Yorba Foundation
|
2010-10-28 12:36:10 +00:00
|
|
|
#
|
2013-10-10 15:40:39 +00:00
|
|
|
@@ -58,8 +58,6 @@ EOT
|
2013-03-23 15:19:45 +00:00
|
|
|
|
|
|
|
abort() {
|
|
|
|
printf "%s: Invalid argument %s\n" $0 $1
|
|
|
|
- configure_help
|
|
|
|
- exit 1
|
|
|
|
}
|
|
|
|
|
|
|
|
while [ $# != 0 ]
|