From 38b596b232ffd4a702cf17cf9a7b91c055c4bab3 Mon Sep 17 00:00:00 2001 From: Ulrich Eckhardt Date: Sun, 16 Nov 2014 12:07:14 +0100 Subject: [PATCH] Add hashbang line with the interpreter. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index a68e623a..00644a03 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,4 @@ +#!/bin/sh [ -z "$ACLOCAL" ] && ACLOCAL=aclocal [ -z "$AUTOCONF" ] && AUTOCONF=autoconf [ -z "$AUTOHEADER" ] && AUTOHEADER=autoheader