From 7846c78829887b0f36e10347cd2bd7e85f723d77 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 3 Sep 1998 00:32:51 +0000 Subject: [PATCH] Thu May 28 18:37:36 1998 Ian Lance Taylor * autoheader.sh: Change initial /bin/sh to @SHELL@. --- autoheader.in | 2 +- autoheader.sh | 2 +- bin/autoheader.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autoheader.in b/autoheader.in index 92f9d63c..c73de46c 100644 --- a/autoheader.in +++ b/autoheader.in @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. diff --git a/autoheader.sh b/autoheader.sh index 92f9d63c..c73de46c 100644 --- a/autoheader.sh +++ b/autoheader.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. diff --git a/bin/autoheader.in b/bin/autoheader.in index 92f9d63c..c73de46c 100644 --- a/bin/autoheader.in +++ b/bin/autoheader.in @@ -1,4 +1,4 @@ -#! /bin/sh +#! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' # Copyright (C) 1992, 1993, 1994, 1996 Free Software Foundation, Inc. -- 2.47.2