From f674102cace53110c4ec38b1d521fe67d887c922 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 17 Mar 2008 10:37:35 +0000 Subject: Added missing #\!/bin/sh --- tools/MIaVAdd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/MIaVAdd') diff --git a/tools/MIaVAdd b/tools/MIaVAdd index 46af5e4..990a546 100755 --- a/tools/MIaVAdd +++ b/tools/MIaVAdd @@ -1,3 +1,4 @@ +#!/bin/sh # -*- mode: shell-script; sh-shell: bash; sh-indentation: 2 -*- function allfile() { @@ -6,7 +7,7 @@ function allfile() { echo " * $1" >> $1; echo " *" >> $1 ; echo " * `date`" >> $1; - echo " * Copyright 2006 Bent Bisballe Nyeng" >> $1; + echo " * Copyright 2005 Bent Bisballe Nyeng" >> $1; echo " * deva@aasimon.org" >> $1; echo " ****************************************************************************/" >> $1; echo "" >> $1; @@ -27,6 +28,7 @@ function allfile() { echo " * along with MIaV; if not, write to the Free Software" >> $1; echo " * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA." >> $1; echo " */" >> $1; + echo "#include \"config.h\"" >> $1; } function ccfile() { -- cgit v1.2.3