Obsolete javahelp
[oi-userland.git] / components / sysutils / qemu / patches / 0005-configure-uses-bash-extensions.patch
blobae0d1d412b1170250c2501d43ac36d9988e63f39
1 From 8eb763388273a23ba82a3b8c2618412f271f8df0 Mon Sep 17 00:00:00 2001
2 From: Andy Fiddaman <illumos@fiddaman.net>
3 Date: Mon, 28 Nov 2022 15:09:47 +0000
4 Subject: configure uses bash extensions
6 ---
7 configure | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/configure b/configure
11 index 26c7bc5154..788f9fa7fb 100755
12 --- a/configure
13 +++ b/configure
14 @@ -1,4 +1,4 @@
15 -#!/bin/sh
16 +#!/bin/bash
18 # qemu configure script (c) 2003 Fabrice Bellard