diff options
author | deva <deva> | 2008-03-17 10:37:35 +0000 |
---|---|---|
committer | deva <deva> | 2008-03-17 10:37:35 +0000 |
commit | f674102cace53110c4ec38b1d521fe67d887c922 (patch) | |
tree | 8ff1535149092ce941345b0bede3894a0449fc9e /tools/MIaVAdd | |
parent | 505caff0e46255ff1f22241ee27baa4ceb5eec1f (diff) |
Added missing #\!/bin/sh
Diffstat (limited to 'tools/MIaVAdd')
-rwxr-xr-x | tools/MIaVAdd | 4 |
1 files changed, 3 insertions, 1 deletions
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() { |