From 8998143286306bc9bb6c453ff2a797883797da1c Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Mon, 20 May 2019 09:25:49 -0400 Subject: [PATCH] Add missing '!' to 'pre-inst-env' shebang. * build-aux/pre-inst-env.in: Add missing '!' to shebang. --- build-aux/pre-inst-env.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/pre-inst-env.in b/build-aux/pre-inst-env.in index 2aee71f..8e14011 100644 --- a/build-aux/pre-inst-env.in +++ b/build-aux/pre-inst-env.in @@ -1,4 +1,4 @@ -#/bin/sh +#!/bin/sh abs_top_srcdir="`cd "@abs_top_srcdir@" > /dev/null; pwd -P`" abs_top_builddir="`cd "@abs_top_builddir@" > /dev/null; pwd -P`"