From e85da94707fd6648def6e0b284941f9e403cd834 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Mon, 23 Dec 2024 15:27:21 +0900 Subject: [PATCH] _ Signed-off-by: Sora Morimoto --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5cedef2fd..e0668df4a 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#! /bin/sh +#!/usr/bin/env bash # Adapted from the ocamlnet configure script.