summaryrefslogtreecommitdiff
path: root/tools/MIaVAdd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/MIaVAdd')
-rwxr-xr-xtools/MIaVAdd4
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() {