summaryrefslogtreecommitdiff
path: root/cad/scv/files/patch-scripts-Makefile.in
blob: 8eec2ab0b32012b7495b0e788ce01489cfd26639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- scripts/Makefile.in.orig	Mon Jan 23 11:31:10 2006
+++ scripts/Makefile.in	Sat Dec 16 11:32:28 2006
@@ -243,7 +243,7 @@
 
 create_copiers :
 	# create copyDir.sh
-	echo "#!/bin/sh -h" >copyDir.sh
+	echo "#!/bin/sh" >copyDir.sh
 	echo "overwrite=${overwrite_files}" >>copyDir.sh
 	cat ${srcdir}/copyDir.sh.in >>copyDir.sh
 	# create copyExamples.sh
@@ -251,7 +251,7 @@
 	  cp ${srcdir}/copyExamples.sh .; \
 	fi
 	# create copyFiles.sh
-	echo "#!/bin/sh -h" >copyFiles.sh
+	echo "#!/bin/sh" >copyFiles.sh
 	echo "overwrite=${overwrite_files}" >>copyFiles.sh
 	cat ${srcdir}/copyFiles.sh.in >>copyFiles.sh
 	# set permissions